RoomsItem Property (String) |  |
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[
string Name
] { get; }
Public ReadOnly Default Property Item (
Name As String
) As Room
Get
public:
property Room^ default[String^ Name] {
Room^ get (String^ Name);
}
member Item : Room with get
Parameters
- Name
- Type: SystemString
Property Value
Type:
Room
See Also