TemplateGroupCollection Methods

(see also Protected Methods )
  Name Description
Public method Add Adds the specified TemplateGroup object to the end of the collection.
Public method AddRange Adds the template groups in an existing TemplateGroupCollection object to the current TemplateGroupCollection object.
Public method Clear Removes all groups from the collection.
Public method Contains Determines whether the specified group is contained within the collection.
Public method CopyTo Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array.
Public method Equals  Overloaded. Determines whether two Object instances are equal. (Inherited from Object.)
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 Returns the index of the specified TemplateGroup object within the collection.
Public method Insert Inserts a TemplateGroup object into the collection at the specified index.
Public method Static ReferenceEquals  Determines whether the specified Object instances are the same instance. (Inherited from Object.)
Public method Remove Removes the specified TemplateGroup object from the collection.
Public method RemoveAt Removes the TemplateGroup object at the specified index within the collection.
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 For a description of this member, see CopyTo.
Explicit interface implementation Method System.Collections.IEnumerable.GetEnumerator For a description of this member, see GetEnumerator.
Explicit interface implementation Method System.Collections.IList.Add For a description of this member, see Add.
Explicit interface implementation Method System.Collections.IList.Clear For a description of this member, see Clear.
Explicit interface implementation Method System.Collections.IList.Contains For a description of this member, see Contains.
Explicit interface implementation Method System.Collections.IList.IndexOf For a description of this member, see IndexOf.
Explicit interface implementation Method System.Collections.IList.Insert For a description of this member, see Insert.
Explicit interface implementation Method System.Collections.IList.Remove For a description of this member, see Remove.
Explicit interface implementation Method System.Collections.IList.RemoveAt For a description of this member, see RemoveAt.
Top
Show: