BucketItem Property |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Gets or Sets the Bucket item at the specified key.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Object this[
string Key
] { get; set; }
Public Default Property Item (
Key As String
) As Object
Get
Set
public:
property Object^ default[String^ Key] {
Object^ get (String^ Key);
void set (String^ Key, Object^ value);
}
member Item : Object with get, set
Parameters
- Key
- Type: SystemString
Not case sensitive.
Property Value
Type:
Object
See Also