RAttribute Collection.Contains Key Method
Returns whether the collection contains an attribute
with the specified name.
Definition
Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
true if the collection contains an attribute named key; otherwise false.
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
public bool ContainsKey(
string key
)
Parameters
- key String
- The name of the attribute.
Return Value
Booleantrue if the collection contains an attribute named key; otherwise false.