using System; namespace Mono.Linker.Tests.Cases.Expectations.Assertions { /// /// Verifies that name of the member is removed /// [AttributeUsage (AttributeTargets.All, AllowMultiple = false, Inherited = false)] public class RemovedNameValueAttribute : BaseExpectedLinkedBehaviorAttribute { } }