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