Class NoGenericConstructorAttribute
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class NoGenericConstructorAttribute : Attribute
- Inheritance
-
NoGenericConstructorAttribute
- Inherited Members
Constructors
NoGenericConstructorAttribute(bool)
public NoGenericConstructorAttribute(bool treatAsError = true)
Parameters
treatAsError
bool
Properties
TreatAsError
public bool TreatAsError { get; }