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