Class UnusableAttribute
Marks an element as unusable.
Inherited Members
Namespace: TheXDS.MCART.Attributes
Assembly: MCART.dll
Syntax
[AttributeUsage(AttributeTargets.All)]
[Serializable]
public sealed class UnusableAttribute : Attribute
Remarks
Code that checks for the presence of this attribute must refuse to run the annotated code and throw a new InvalidOperationException.