'Declaration
Public Sub UpdateNamespaceTable( _ ByVal currentTable As NamespaceTable, _ ByVal targetTable As NamespaceTable _ )
'Usage
Dim instance As RelativePathFormatter Dim currentTable As NamespaceTable Dim targetTable As NamespaceTable instance.UpdateNamespaceTable(currentTable, targetTable)
public void UpdateNamespaceTable( NamespaceTable currentTable, NamespaceTable targetTable )
public: void UpdateNamespaceTable( NamespaceTable^ currentTable, NamespaceTable^ targetTable )
Parameters
- currentTable
- The current table.
- targetTable
- The target table.