'Declaration
Public Sub TranslateNamespaceIndexes( _ ByVal currentTable As NamespaceTable, _ ByVal targetTable As NamespaceTable _ )
'Usage
Dim instance As RelativePathFormatter Dim currentTable As NamespaceTable Dim targetTable As NamespaceTable instance.TranslateNamespaceIndexes(currentTable, targetTable)
public void TranslateNamespaceIndexes( NamespaceTable currentTable, NamespaceTable targetTable )
public: void TranslateNamespaceIndexes( NamespaceTable^ currentTable, NamespaceTable^ targetTable )
Parameters
- currentTable
- The NamespaceTable which the RelativePathString currently references
- targetTable
- The NamespaceTable which the RelativePathString should reference