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

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