EntityCollectionItem Property
            Returns the Entity at the specified index
            
Namespace: Firefly.Box.Data.AdvancedAssembly: Firefly.Box (in Firefly.Box.dll) Version: debug-master-v:33791
public Entity this[
	int index
] { get; }
Public ReadOnly Default Property Item ( 
	index As Integer
) As Entity
	Get
member Item : Entity with get
- index  Int32
 - The index for the entity
 
EntityThe entity at the specified index