Table of Contents

Class StrongConstructor

Namespace
ReFuel.Ecs
Assembly
ReFuel.dll

Code analysis attribute for SystemBase or Entity constructor with strong types.

[AttributeUsage(AttributeTargets.Class, AllowMultiple = true)]
public sealed class StrongConstructor : Attribute
Inheritance
StrongConstructor
Inherited Members

Constructors

StrongConstructor(Type)

public StrongConstructor(Type args)

Parameters

args Type

Properties

Type

Accepting constructor type object.

public Type Type { get; }

Property Value

Type