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