RAttributeCollection Constructor

Constructs a new attribute collection from a dictionary of items.

Definition

Namespace: Extreme.Data.R
Assembly: Extreme.Data (in Extreme.Data.dll) Version: 3.2.0
C#
public RAttributeCollection(
	IEnumerable<KeyValuePair<string, RObject>> items,
	bool readOnly = true
)

Parameters

items  IEnumerable<KeyValuePair<String, RObject>>
A dictionary that maps attribute names (Optional.) Specifies whether the collection should be read-only. The default is true. to attribute values.
readOnly  Boolean  (Optional)
 

See Also