Name | Description | |
---|---|---|
Add | Overloaded. Adds a conditional format to the collection. | |
Clear | Removes all objects from the System.Collections.CollectionBase instance. This method cannot be overridden. (Inherited from System.Collections.CollectionBase) | |
Contains | Checks whether the object is in the collection. | |
Deserialize | Overloaded. Loads the object from XmlNodeReader. | |
GetEnumerator | Returns an enumerator that iterates through the System.Collections.CollectionBase instance. (Inherited from System.Collections.CollectionBase) | |
RemoveAt | Removes the element at the specified index of the System.Collections.CollectionBase instance. This method is not overridable. (Inherited from System.Collections.CollectionBase) | |
Serialize | Overloaded. Saves the object to XML. | |
ToArray | Creates an array for counting through the collection. |