BucketRemove Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Removes the value with the specified key from the Bucket.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic void Remove(
string Key
)
Public Sub Remove (
Key As String
)
public:
void Remove(
String^ Key
)
member Remove :
Key : string -> unit
Parameters
- Key
- Type: SystemString
The key of the element to remove.
See Also