Click or drag to resize
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.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public void Remove(
	string Key
)

Parameters

Key
Type: SystemString
The key of the element to remove.
See Also