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. (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

Community Additions

ADD
Show: