AttributeSet.Add Methods
Adds a new element to the AttributeSet.
Thread safety: This method is not thread-safe. Show
Overload List
Name | Description | |
---|---|---|
Public method | Add(Atom key, AttributeValue value) | Adds the specified key and value to the AttributeSet. |
Public method | Add(KeyValuePair<Atom,AttributeValue> item) | Adds the specified element to the AttributeSet. |
Add(Atom key, AttributeValue value)
Adds the specified key and value to the AttributeSet.Syntax
public void Add (
Atom key,
AttributeValue value
)
Parameters
key
Type: Atom
The key of the element to add.
The key of the element to add.
value
Type: AttributeValue
The value of the element to add.
The value of the element to add.
Add(KeyValuePair<Atom,AttributeValue> item)
Adds the specified element to the AttributeSet.Syntax
public void Add (
KeyValuePair< Atom, AttributeValue > item
)
Parameters
item
Type: Key and value pair.
An element to add.
An element to add.
Platforms
Windows, Linux, Android