ConcurrentNameTable ClassConcurrentNameTable ClassConcurrentNameTable Class
- XmlPrime 5.0
- 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 object is equal to the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
 | Object.FinalizeObject.FinalizeObject::Finalize | Allows an object to try to free resources and perform other cleanup operations before it 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 the default hash function. (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 string that represents the current object.(Inherited from System.ObjectSystem.ObjectSystem::Object) |
Top