ThingInThing Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Gets or Sets the Thing this Thing is in, or null if not in a Thing.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Thing InThing { get; set; }
Public Property InThing As Thing
Get
Set
public:
property Thing^ InThing {
Thing^ get ();
void set (Thing^ value);
}
member InThing : Thing with get, set
Property Value
Type:
Thing
See Also