Click or drag to resize
BucketContainsKey Method
Hartismere School

[This is preliminary documentation and is subject to change.]

Determines whether the Bucket contains the specified key.

Namespace: EJW.TextBasedAdventure
Assembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntax
public bool ContainsKey(
	string Key
)

Parameters

Key
Type: SystemString
The Key to locate in the Bucket.

Return Value

Type: Boolean
true if the Bucket contains an element with the specified key.
See Also