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

DisplayNameAttribute.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: 484c91a6b0a17b5c8d9bc6cd937e6b8daa5ce044 (plain)
1
2
3
4
5
6
7
8
9
namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	public class DisplayNameAttribute : BaseMemberAssertionAttribute
	{
		public DisplayNameAttribute (string expectedDisplayName)
		{
		}
	}
}