Welcome to mirror list, hosted at ThFree Co, Russian Federation.

SetupLinkerLinkPublicAndFamilyAttribute.cs « Metadata « Mono.Linker.Tests.Cases.Expectations « test - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d3f3d70918c02fb70ee33d9f7cd817ee1dd0fd6f (plain)
1
2
3
4
5
6
7
using System;

namespace Mono.Linker.Tests.Cases.Expectations.Metadata {
	[AttributeUsage (AttributeTargets.Class, AllowMultiple = false)]
	public class SetupLinkerLinkPublicAndFamilyAttribute : BaseMetadataAttribute {
	}
}