BucketContainsKey Method |  |
Hartismere School[This is preliminary documentation and is subject to change.]
Determines whether the Bucket contains the specified key.
Namespace: EJW.TextBasedAdventureAssembly: EJW.TextBasedAdventure (in EJW.TextBasedAdventure.dll) Version: 2.0.5850.21153
Syntaxpublic bool ContainsKey(
string Key
)
Public Function ContainsKey (
Key As String
) As Boolean
public:
bool ContainsKey(
String^ Key
)
member ContainsKey :
Key : string -> bool
Parameters
- Key
- Type: SystemString
The Key to locate in the Bucket.
Return Value
Type:
Booleantrue if the Bucket contains an element with the specified key.
See Also