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

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