CDataSectionElementsCollection MethodsCDataSectionElementsCollection MethodsCDataSectionElementsCollection Methods

Methods

 MethodDescription
Public methodAdd (string, string)Add (String, String)Add (String^, String^) Adds the specified qualified name to the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection.
Public methodAdd (XmlQualifiedName)Add (XmlQualifiedName)Add (XmlQualifiedName^) Adds the specified qualified name to the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection.
Public methodClearClearClear Removes all qualified names from the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection.
Public methodContains (string, string)Contains (String, String)Contains (String^, String^) Returns a value indicating whether the current collection contains the specified qualified name.
Public methodContains (XmlQualifiedName)Contains (XmlQualifiedName)Contains (XmlQualifiedName^) Returns a value indicating whether the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection contains the specified qualified name.
Public methodCopyToCopyToCopyTo Copies the elements of the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection to the specified array starting at the specified index.
Public methodObject.EqualsObject.EqualsObject::Equals Determines whether the specified objectObjectobject is equal to the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.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)
Public methodGetEnumeratorGetEnumeratorGetEnumerator Returns an enumerator that iterates through the qualified names in the CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection.
Public methodObject.GetHashCodeObject.GetHashCodeObject::GetHashCode Serves as a hash function for a particular type. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodObject.GetTypeObject.GetTypeObject::GetType Gets the TypeTypeType of the current instance. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Protected methodObject.MemberwiseCloneObject.MemberwiseCloneObject::MemberwiseClone Creates a shallow copy of the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)
Public methodRemove (string, string)Remove (String, String)Remove (String^, String^) Removes the specified qualified name from the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection.
Public methodRemove (XmlQualifiedName)Remove (XmlQualifiedName)Remove (XmlQualifiedName^) Removes the specified qualified name from the current CDataSectionElementsCollectionCDataSectionElementsCollectionCDataSectionElementsCollection.
Public methodObject.ToStringObject.ToStringObject::ToString Returns a stringStringString that represents the current objectObjectobject. (Inherited from System.ObjectSystem.ObjectSystem::Object)

Top