Container

Property

Namespace: Ignis

Declared in: Ignis.SystemBase<TState>


Gets the container in which this system belongs too.

Syntax

public IContainer<TState> Container { public get; }

Back to index