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
- treatAsErrorbool
Properties
TreatAsError
public bool TreatAsError { get; }