WizardStepCollection Methods
.NET Framework 3.0
(see also
Protected Methods
)
Top
| Name | Description | |
|---|---|---|
| Add | Appends the specified WizardStepBase-derived object to the end of the collection. |
| AddAt | Adds the specified WizardStepBase-derived object to the collection at the specified index location. |
| Clear | Removes all WizardStepBase-derived objects from the collection. |
| Contains | Determines whether the WizardStepCollection collection contains a specific WizardStepBase-derived object. |
| CopyTo | Copies all the items from a WizardStepCollection collection to a compatible one-dimensional array of WizardStepBase objects, starting at the specified index in the target array. |
| Equals | Overloaded. Determines whether two Object instances are equal. (inherited from Object) |
| GetEnumerator | Returns an IEnumerator-implemented object that can be used to iterate through the WizardStepBase-derived objects in the collection. |
| 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 | Determines the index value that represents the position of the specified WizardStepBase-derived object in the collection. |
| Insert | Inserts the specified WizardStepBase-derived object into the collection at the specified index location. |
| ReferenceEquals | Determines whether the specified Object instances are the same instance. (inherited from Object) |
| Remove | Removes the specified WizardStepBase-derived object from the collection. |
| RemoveAt | Removes the WizardStepBase-derived object from the collection at the specified location. |
| ToString | Returns a String that represents the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| 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) |
| MemberwiseClone | Creates a shallow copy of the current Object. (inherited from Object) |
| Name | Description | |
|---|---|---|
| System.Collections.ICollection.CopyTo | Copies all the items from a WizardStepCollection collection to a one-dimensional array, starting at the specified index in the target array. |
| System.Collections.IList.Add | Appends the specified object to the end of the collection. |
| System.Collections.IList.Contains | Determines whether the collection contains the specified object. |
| System.Collections.IList.IndexOf | Determines the index value that represents the position of the specified object in the collection. |
| System.Collections.IList.Insert | Inserts the specified object in the collection at the specified position. |
| System.Collections.IList.Remove | Removes the specified object from the collection. |
Community Additions
ADD
Show: