Project Hoshimi Documented Class Library
Item Property (Index)
NamespacesPH.MapEntityCollectionItem[([(Int32])])
Entity in the collection
Declaration Syntax
C#Visual BasicVisual C++
public Entity this[
	int Index
] { get; }
Public ReadOnly Default Property Item ( _
	Index As Integer _
) As Entity
public:
property Entity^ default[int Index] {
	Entity^ get (int Index);
}
Parameters
Index (Int32)
index in the collection
Return Value
the entity
Remarks
Throw an exception if outside the collection

Assembly: PH.Map (Module: PH.Map) Version: 6.0.0.0