EntityCollectionItem Property

Returns the Entity at the specified index

Definition

Namespace: Firefly.Box.Data.Advanced
Assembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
C#
public Entity this[
	int index
] { get; }

Parameters

index  Int32
The index for the entity

Return Value

Entity
The entity at the specified index

See Also