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

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

namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	[AttributeUsage (AttributeTargets.All, Inherited = false)]
	public class KeptAttribute : BaseExpectedLinkedBehaviorAttribute
	{
	}
}