This documentation is archived and is not being maintained.

TemplateGroupCollection Members

Represents a collection of TemplateGroup objects within a control designer. This class cannot be inherited.

The TemplateGroupCollection type exposes the following members.

  NameDescription
Public method TemplateGroupCollection Initializes a new instance of the TemplateGroupCollection class.
Top

  NameDescription
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 Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (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.
Protected method MemberwiseClone Creates a shallow copy of the current Object. (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

  NameDescription
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top

  NameDescription
Public property Count Gets the number of TemplateGroup objects in the collection.
Public property Item Gets or sets a TemplateGroup object at the specified index in the collection.
Top

  NameDescription
Explicit interface implemetation Private method IList::Add Infrastructure. For a description of this member, see Add.
Explicit interface implemetation Private method IList::Clear Infrastructure. For a description of this member, see Clear.
Explicit interface implemetation Private method IList::Contains Infrastructure. For a description of this member, see Contains.
Explicit interface implemetation Private method ICollection::CopyTo Infrastructure. For a description of this member, see CopyTo.
Explicit interface implemetation Private property ICollection::Count Infrastructure. For a description of this member, see Count.
Explicit interface implemetation Private method IEnumerable::GetEnumerator Infrastructure. For a description of this member, see GetEnumerator.
Explicit interface implemetation Private method IList::IndexOf Infrastructure. For a description of this member, see IndexOf.
Explicit interface implemetation Private method IList::Insert Infrastructure. For a description of this member, see Insert.
Explicit interface implemetation Private property IList::IsFixedSize Infrastructure. For a description of this member, see IsFixedSize.
Explicit interface implemetation Private property IList::IsReadOnly Infrastructure. For a description of this member, see IsReadOnly.
Explicit interface implemetation Private property ICollection::IsSynchronized Infrastructure. For a description of this member, see IsSynchronized.
Explicit interface implemetation Private property IList::Item Infrastructure. For a description of this member, see the IList class.
Explicit interface implemetation Private method IList::Remove Infrastructure. For a description of this member, see Remove.
Explicit interface implemetation Private method IList::RemoveAt Infrastructure. For a description of this member, see RemoveAt.
Explicit interface implemetation Private property ICollection::SyncRoot Infrastructure. For a description of this member, see SyncRoot.
Top
Show: