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

EnableLoggerAttribute.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: b99d1c6912639bf0e2b073c37d8e1c6f8c6a3381 (plain)
1
2
3
4
5
6
namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	public abstract class EnableLoggerAttribute : BaseExpectedLinkedBehaviorAttribute
	{
	}
}