WizardStepCollection Methods

(see also Protected Methods )
  Name Description
Public method Add Appends the specified WizardStepBase-derived object to the end of the collection.
Public method AddAt Adds the specified WizardStepBase-derived object to the collection at the specified index location.
Public method Clear Removes all WizardStepBase-derived objects from the collection.
Public method Contains Determines whether the WizardStepCollection collection contains a specific WizardStepBase-derived object.
Public method 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.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
Public method GetEnumerator Returns an IEnumerator-implemented object that can be used to iterate through the WizardStepBase-derived objects in the collection.
Public method GetHashCode  Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.)
Public method GetType  Gets the Type of the current instance. (Inherited from Object.)
Public method IndexOf Determines the index value that represents the position of the specified WizardStepBase-derived object in the collection.
Public method Insert Inserts the specified WizardStepBase-derived object into the collection at the specified index location.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified WizardStepBase-derived object from the collection.
Public method RemoveAt Removes the WizardStepBase-derived object from the collection at the specified location.
Public method ToString  Returns a String that represents the current Object. (Inherited from Object.)
Top

  Name Description
Protected method 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.)
Protected method MemberwiseClone  Creates a shallow copy of the current Object. (Inherited from Object.)
Top

  Name Description
Explicit interface implementation Method 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.
Explicit interface implementation Method System.Collections.IList.Add Appends the specified object to the end of the collection.
Explicit interface implementation Method System.Collections.IList.Contains Determines whether the collection contains the specified object.
Explicit interface implementation Method System.Collections.IList.IndexOf Determines the index value that represents the position of the specified object in the collection.
Explicit interface implementation Method System.Collections.IList.Insert Inserts the specified object in the collection at the specified position.
Explicit interface implementation Method System.Collections.IList.Remove Removes the specified object from the collection.
Top

Community Additions

ADD
Show: