KeyValueTable<RoadType>.Add Method
Adds a new element to the table.
Overload List
Name | Description | |
---|---|---|
Public method | Add(AttributeValue key, RoadType value) | Adds an element with the specified key and value to the table. |
Public method | Add(KeyValuePair item) | Adds a new element to the table. |
Add(AttributeValue key, RoadType value)
Adds an element with the specified key and value to the table.Syntax
public void Add (
AttributeValue key,
RoadType value
)
Parameters
The key of the element.
The value of the element.
Remarks
If an element with the same key already exists then it is overwritten with the new value.
Add(KeyValuePair item)
Adds a new element to the table.Syntax
public void Add (
KeyValuePair< AttributeValue, RoadType > item
)
Parameters
An element to add to the table.
Platforms
Windows, Linux, Android