Build 1.01.318.0

[This is preliminary documentation and is subject to change.]

The NamespaceTable type exposes the following members.

Constructors

  NameDescription
Public methodNamespaceTable()()()()
Creates an empty collection.
Public methodNamespaceTable(Boolean)
Creates an empty collection which is marked as shared.
Public methodNamespaceTable(IEnumerable<(Of <<'(String>)>>))
Copies a list of strings.

Methods

  NameDescription
Public methodAppend
Adds a string to the end of the table.
(Inherited from StringTable.)
Public methodCreateMapping
Creates a mapping between the URIs in a source table and the indexes in the current table.
(Inherited from StringTable.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetIndex
Returns the index of the specified namespace uri.
(Inherited from StringTable.)
Public methodGetIndexOrAppend
Returns the index of the specified namespace uri, adds it if it does not exist.
(Inherited from StringTable.)
Public methodGetString
Returns the namespace uri at the specified index.
(Inherited from StringTable.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToArray
Returns the contexts of the table.
(Inherited from StringTable.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)
Public methodUpdate
Updates the table of namespace uris.

Properties

  NameDescription
Public propertyCount
Returns the number of entries in the table.
(Inherited from StringTable.)
Public propertyInstanceId
Returns a unique identifier for the table instance. Used to debug problems with shared tables.
(Inherited from StringTable.)
Public propertySyncRoot
The synchronization object.
(Inherited from StringTable.)

See Also