EntityCollectionAdd Method

Adds an entity to the collection

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public void Add(
	Entity entity
)

Parameters

entity  Entity
The entity to add

See Also