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: 837c9715297d715e902da0b37e21efb336259a18 (plain)
1
2
3
4
5
6
7
using System;

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