Table of Contents

Class NoDefaultConstructorAttribute

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class NoDefaultConstructorAttribute : Attribute
Inheritance
NoDefaultConstructorAttribute
Inherited Members

Constructors

NoDefaultConstructorAttribute(bool)

public NoDefaultConstructorAttribute(bool treatAsError = true)

Parameters

treatAsError bool

Properties

TreatAsError

public bool TreatAsError { get; }

Property Value

bool