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

ExpectResolvedDocumentationSignatureAttribute.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: de9928d2b703eb13557ab7ecf9ee39e7e6a75b71 (plain)
1
2
3
4
5
6
7
8
9
10
11
namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	/// Asserts that the given documentation signature string resolves to the
	// member with this attribute.
	public class ExpectResolvedDocumentationSignatureAttribute : BaseMemberAssertionAttribute
	{
		public ExpectResolvedDocumentationSignatureAttribute (string input)
		{
		}
	}
}