[]
Removes the value with the specified uiElement from the TopicMap
public void Remove(object uiElement)
| Type | Name | Description |
|---|---|---|
| object | uiElement | The key of the element to remove. |
| Type | Condition |
|---|---|
| ArgumentNullException | uiElement is null. |
Removes the value with the specified path from the TopicMap
public void Remove(string path)
| Type | Name | Description |
|---|---|---|
| string | path | The key of the element to remove. |
| Type | Condition |
|---|---|
| ArgumentNullException | path is null. |