TemplateGroupCollection Methods
Assembly: System.Design (in System.Design.dll)
| Name | Description | |
|---|---|---|
![]() | Add(TemplateGroup) | Adds the specified TemplateGroup object to the end of the collection. |
![]() | AddRange(TemplateGroupCollection) | Adds the template groups in an existing TemplateGroupCollection object to the current TemplateGroupCollection object. |
![]() | Clear() | Removes all groups from the collection. |
![]() | Contains(TemplateGroup) | Determines whether the specified group is contained within the collection. |
![]() | CopyTo(TemplateGroup[], Int32) | Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array. |
![]() | Equals(Object) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | IndexOf(TemplateGroup) | Returns the index of the specified TemplateGroup object within the collection. |
![]() | Insert(Int32, TemplateGroup) | Inserts a TemplateGroup object into the collection at the specified index. |
![]() | Remove(TemplateGroup) | Removes the specified TemplateGroup object from the collection. |
![]() | RemoveAt(Int32) | Removes the TemplateGroup object at the specified index within the collection. |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() | AsParallel() | Overloaded. Enables parallelization of a query.(Defined by ParallelEnumerable.) |
![]() | AsQueryable() | Overloaded. Converts an IEnumerable to an IQueryable.(Defined by Queryable.) |
![]() | Cast<'TResult>() | Casts the elements of an IEnumerable to the specified type.(Defined by Enumerable.) |
![]() | OfType<'TResult>() | Filters the elements of an IEnumerable based on a specified type.(Defined by Enumerable.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICollection.CopyTo(Array, Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see CopyTo. |
![]() ![]() | IEnumerable.GetEnumerator() | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see GetEnumerator. |
![]() ![]() | IList.Add(Object) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Add. |
![]() ![]() | IList.Clear() | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Clear. |
![]() ![]() | IList.Contains(Object) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Contains. |
![]() ![]() | IList.IndexOf(Object) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see IndexOf. |
![]() ![]() | IList.Insert(Int32, Object) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Insert. |
![]() ![]() | IList.Remove(Object) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see Remove. |
![]() ![]() | IList.RemoveAt(Int32) | This API supports the product infrastructure and is not intended to be used directly from your code. For a description of this member, see RemoveAt. |


