BucketValues Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
A list of all the Values in this Bucket.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Object[] Values { get; }
Public ReadOnly Property Values As Object()
Get
public:
property array<Object^>^ Values {
array<Object^>^ get ();
}
member Values : Object[] with get
Return Value
Type:
Objectdynamic[] of all Values.
See Also