The DashCollection type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Add |
Adds an Dash to the end of the DashCollection.
| |
| AddRange |
Adds the entries in an array of dashes to the end of the DashCollection.
| |
| Clear |
Removes all dashes from the DashCollection.
| |
| Contains |
Determine whether an dash is in the DashCollection.
| |
| Equals | (Inherited from Object.) | |
| Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetEnumerator |
Implements strong typed IEnumerable<T>.GetEnumerator.
| |
| GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType |
Gets the Type of the current instance.
(Inherited from Object.) | |
| IndexOf |
Searches for the specified dash in the DashCollection.
| |
| Insert |
Insert a dash on a specific place in this DashCollection.
| |
| InsertRange |
Insert the entries in an array of dashes to the specific locations in the DashCollection.
| |
| MemberwiseClone |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| Remove |
Removes an dash from this DashCollection.
| |
| RemoveAt |
Removes a dash from the DashCollection at the specified index.
| |
| ToString | (Inherited from Object.) |