Table of Contents

Class NoGenericConstructorAttribute

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

Property Value

bool