BucketGet Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Retrieves the specified item from the Bucket.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic Object Get(
string Key
)
Public Function Get (
Key As String
) As Object
public:
Object^ Get(
String^ Key
)
member Get :
Key : string -> Object
Parameters
- Key
- Type: SystemString
The identifier for the bucket item to retrieve.
Return Value
Type:
ObjectThe retrieved bucket item, or null if the key is not found.
See Also