 | WikiReadOnlyDictionaryContainsKey Method |
This is preliminary documentation and is subject to change.
Namespace: WikiClientLibrary.InfrastructuresAssembly: WikiClientLibrary (in WikiClientLibrary.dll) Version: 0.9.0-int.4+fbadc980737ddc9bb67116900ecad57f84a0b241
Syntaxpublic bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
Dim instance As WikiReadOnlyDictionary
Dim key As String
Dim returnValue As Boolean
returnValue = instance.ContainsKey(key)
public:
virtual bool ContainsKey(
String^ key
) sealed
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool Parameters
- key String
- The key to locate in the IDictionaryTKey, TValue.
Return Value
Boolean if the
IDictionaryTKey, TValue contains an element with the key; otherwise,
.
Implements
IDictionaryTKey, TValueContainsKey(TKey)
Exceptions
See Also