The DashCollection type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DashCollection()()()() |
Create an empty DashCollection.
| |
| DashCollection(array<Double>[]()[][]) |
Creates DashCollection with the provided pattern.
|
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.) |
Operators
| Name | Description | |
|---|---|---|
| ImplicitWideningImplicitImplicitImplicit(array<Double>[]()[][] to DashCollection) |
Provides implicit conversion from double[].
| |
| ImplicitWideningImplicitImplicitImplicit(DashCollection to array<Double>[]()[][]) |
Provides implicit conversion to double[].
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Get the number of dashes actually contained in the DashCollection | |
| Item |
Get an dash by zero-based index from the DashCollection.
|