BucketAdd Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Adds the specified item to the Bucket.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic void Add(
string Key,
Object Object
)
Public Sub Add (
Key As String,
Object As Object
)
public:
void Add(
String^ Key,
Object^ Object
)
member Add :
Key : string *
Object : Object -> unit
Parameters
- Key
- Type: SystemString
The cache key used to reference the item. - Object
- Type: SystemObject
The item to be added to the bucket.
See Also