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

RemovedNameValueAttribute.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: 1e25715fe82ff8646c49bf8d9d449f6da3062d02 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
using System;

namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	/// <summary>
	/// Verifies that name of the member is removed
	/// </summary>
	[AttributeUsage (AttributeTargets.All, AllowMultiple = false, Inherited = false)]
	public class RemovedNameValueAttribute : BaseExpectedLinkedBehaviorAttribute
	{
	}
}