Returns whether the collection contains an attribute
with the specified name.
Namespace: Extreme.Data.RAssembly: Extreme.Data (in Extreme.Data.dll) Version: 1.0.16170.0 (1.0.16170.0)
public bool ContainsKey(
string key
)
Public Function ContainsKey (
key As String
) As Boolean
public:
virtual bool ContainsKey(
String^ key
) sealed
abstract ContainsKey :
key : string -> bool
override ContainsKey :
key : string -> bool
Parameters
- key
- Type: SystemString
The name of the attribute.
Return Value
Type:
Boolean if the collection contains
an attribute named
key; otherwise
.
Implements
IDictionaryTKey, TValueContainsKey(TKey)
Numerical Libraries
Supported in: 6.0
Reference