Creates a new instance of the class based on an xmlNodeList.
| Visual Basic (Declaration) | |
|---|---|
Public Function New( _ ByVal xmlNodes As XmlNodeList _ ) | |
| C# | |
|---|---|
public dbiExplorerItem( XmlNodeList xmlNodes ) | |
Parameters
- xmlNodes
- The xmlnodelist to base the object on.