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

NoLinkedOutputAttribute.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: 0537a62e1709558b7caf5e14460bf921c585b499 (plain)
1
2
3
4
5
6
7
8
9
using System;

namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	public class NoLinkedOutputAttribute : Attribute
	{
		public NoLinkedOutputAttribute () { }
	}
}