Name | Description | |
---|---|---|
![]() | StringTable Constructor | Overloaded. |
The following tables list the members exposed by StringTable.
Name | Description | |
---|---|---|
![]() | StringTable Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Count | Returns the number of entries in the table. |
![]() | InstanceId | Returns a unique identifier for the table instance. Used to debug problems with shared tables. |
![]() | SyncRoot | The synchronization object. |
Name | Description | |
---|---|---|
![]() | Append | Adds a string to the end of the table. |
![]() | CreateMapping | Creates a mapping between the URIs in a source table and the indexes in the current table. |
![]() | GetIndex | Returns the index of the specified namespace uri. |
![]() | GetIndexOrAppend | Returns the index of the specified namespace uri, adds it if it does not exist. |
![]() | GetString | Returns the namespace uri at the specified index. |
![]() | ToArray | Returns the contexts of the table. |
![]() | Update | Updates the table of namespace uris. |