ThingsItem Property (Int32) |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Get a Thing by its position in the collection.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Thing this[
int Index
] { get; }
Public ReadOnly Default Property Item (
Index As Integer
) As Thing
Get
public:
property Thing^ default[int Index] {
Thing^ get (int Index);
}
member Item : Thing with get
Parameters
- Index
- Type: SystemInt32
Property Value
Type:
Thing
See Also