ThingContents Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
For
Containers: gets all things that this Thing contains.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Thing[] Contents { get; }
Public ReadOnly Property Contents As Thing()
Get
public:
property array<Thing^>^ Contents {
array<Thing^>^ get ();
}
member Contents : Thing[] with get
Property Value
Type:
Thing
See Also