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

KeptFixedBufferAttribute.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: 5b5879699aa42bba50e885352b0188153ae92fe0 (plain)
1
2
3
4
5
6
7
using System;

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