'Declaration
Public Function New( _ ByVal namespaceUris As NamespaceTable, _ ByVal serverUris As StringTable, _ ByVal typeTree As TypeTable _ )
'Usage
Dim namespaceUris As NamespaceTable Dim serverUris As StringTable Dim typeTree As TypeTable Dim instance As New NodeTable(namespaceUris, serverUris, typeTree)
public NodeTable( NamespaceTable namespaceUris, StringTable serverUris, TypeTable typeTree )
public: NodeTable( NamespaceTable^ namespaceUris, StringTable^ serverUris, TypeTable^ typeTree )
Parameters
- namespaceUris
- The namespace URIs.
- serverUris
- The server URIs.
- typeTree
- The type tree.