IExplorerNodeCollection.Add Method
Include Protected Members
Include Inherited Members
Creates a new IExplorerNode and adds it to the collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Add(String, String, IDictionary<Object, Object>) | Creates a new IExplorerNode and adds it to the collection. | |
Add(String, String, IDictionary<Object, Object>, Int32) | Creates a new IExplorerNode with the specified sort position among sibling nodes. |
Top