AttributeUsageAttribute public sealed class AttributeUsageAttribute : Attribute Documentation public bool AllowMultiple { get; set; } public bool Inherited { get; set; } public AttributeTargets ValidOn { get; } public AttributeUsageAttribute(AttributeTargets validOn)