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

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

namespace Mono.Linker.Tests.Cases.Expectations.Assertions {
	[AttributeUsage (AttributeTargets.Method | AttributeTargets.Constructor, Inherited = false, AllowMultiple = false)]
	public class ExpectBodyModifiedAttribute : BaseInAssemblyAttribute {
	}
}