ConcurrentNameTable ClassConcurrentNameTable ClassConcurrentNameTable Class
- XmlPrime 2.4
- Other Versions ▼
The ConcurrentNameTableConcurrentNameTableConcurrentNameTable
type exposes the following members.
Methods
| Method | Description |
---|
 | Add (char[], int, int)Add (Char(), Integer, Integer)Add (array <char>^, int, int) |
Atomizes the specified string and adds it to the ConcurrentNameTableConcurrentNameTableConcurrentNameTable.
(Overrides XmlNameTable.AddXmlNameTable.AddXmlNameTable::Add) |
 | Add (string)Add (String)Add (String^) |
Atomizes the specified string and adds it to the ConcurrentNameTableConcurrentNameTableConcurrentNameTable.
(Overrides XmlNameTable.AddXmlNameTable.AddXmlNameTable::Add) |
 | Object.EqualsObject.EqualsObject::Equals |
Determines whether the specified objectObjectobject is equal to the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize |
Allows an objectObjectobject to attempt to free resources and perform other cleanup operations before the objectObjectobject is reclaimed by garbage collection.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Get (char[], int, int)Get (Char(), Integer, Integer)Get (array <char>^, int, int) |
Gets the atomized string containing the same characters as the specified range of characters in the given array.
(Overrides XmlNameTable.GetXmlNameTable.GetXmlNameTable::Get) |
 | Get (string)Get (String)Get (String^) |
Gets the atomized string containing the same value as the specified string.
(Overrides XmlNameTable.GetXmlNameTable.GetXmlNameTable::Get) |
 | Object.GetHashCodeObject.GetHashCodeObject::GetHashCode |
Serves as a hash function for a particular type.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.GetTypeObject.GetTypeObject::GetType |
Gets the TypeTypeType of the current instance.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone |
Creates a shallow copy of the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.ToStringObject.ToStringObject::ToString |
Returns a stringStringString that represents the current objectObjectobject.
(Inherited from System.ObjectSystem.ObjectSystem::Object) |
Top