SampSharp
SampSharp
SampSharp.Entities.SAMP
VariableCollection Class
VariableCollection Methods
Add Method
Clear Method
ContainsKey Method
GetEnumerator Method
GetFloat Method
GetInt Method
GetString Method
Remove Method
Set Method
TryGetValue Method
VariableCollection
ContainsKey Method
Determines whether the
IDictionary
TKey, TValue
contains an element with the specified key.
Namespace:
SampSharp.Entities.SAMP
Assembly:
SampSharp.Entities (in SampSharp.Entities.dll) Version: 0.0.0-localbuild+05637d43e9f34d872e453289d4e240c843e43b09
Syntax
C#
Copy
public
bool
ContainsKey
(
string
key
)
Parameters
key
Type:
System
String
The key to locate in the
IDictionary
TKey, TValue
.
Return Value
Type:
Boolean
if the
IDictionary
TKey, TValue
contains an element with the key; otherwise,
.
Implements
IDictionary
TKey, TValue
ContainsKey(TKey)
Exceptions
Exception
Condition
ArgumentNullException
key
is
.
See Also
Reference
VariableCollection Class
SampSharp.Entities.SAMP Namespace