RAttributeCollection.Item Property

Gets or sets an attribute in the collection.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public RObject this[
	string key
] { get; set; }

Parameters

key  String
The name of the attribute.

Return Value

RObject
The value of the attribute with name key.

Implements

IDictionary<TKey, TValue>.Item[TKey]

See Also