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

KeptBackingFieldAttribute.cs « Assertions « Mono.Linker.Tests.Cases.Expectations « Tests « linker - github.com/mono/linker.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4160490a5068cfd797121b6448c71f33608b774 (plain)
1
2
3
4
5
6
7
8
using System;

namespace Mono.Linker.Tests.Cases.Expectations.Assertions
{
	[AttributeUsage(AttributeTargets.Property, AllowMultiple = false, Inherited = false)]
	public sealed class KeptBackingFieldAttribute : KeptAttribute {
	}
}