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

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

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