Table of Contents

Class NoStrongConstructorAttribute

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll
[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; }

Property Value

bool