Build 1.01.318.0
[This is preliminary documentation and is subject to change.]
The NamespaceTable type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NamespaceTable()()()() |
Creates an empty collection.
| |
| NamespaceTable(Boolean) |
Creates an empty collection which is marked as shared.
| |
| NamespaceTable(IEnumerable<(Of <<'(String>)>>)) |
Copies a list of strings.
|
Methods
| Name | Description | |
|---|---|---|
| Append |
Adds a string to the end of the table.
(Inherited from StringTable.) | |
| CreateMapping |
Creates a mapping between the URIs in a source table and the indexes in the current table.
(Inherited from StringTable.) | |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetIndex |
Returns the index of the specified namespace uri.
(Inherited from StringTable.) | |
| GetIndexOrAppend |
Returns the index of the specified namespace uri, adds it if it does not exist.
(Inherited from StringTable.) | |
| GetString |
Returns the namespace uri at the specified index.
(Inherited from StringTable.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToArray |
Returns the contexts of the table.
(Inherited from StringTable.) | |
| ToString | (Inherited from Object.) | |
| Update |
Updates the table of namespace uris.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Returns the number of entries in the table.
(Inherited from StringTable.) | |
| InstanceId |
Returns a unique identifier for the table instance. Used to debug problems with shared tables.
(Inherited from StringTable.) | |
| SyncRoot |
The synchronization object.
(Inherited from StringTable.) |