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