System.Web.UI.Design.TemplateGroupCollection Members

The members of System.Web.UI.Design.TemplateGroupCollection are listed below.

See Also: Inherited members from System.Object

Public Constructors

Initializes a new instance of the System.Web.UI.Design.TemplateGroupCollection class.

Public Properties

[read-only]
Countint.

Gets the number of System.Web.UI.Design.TemplateGroup objects in the collection.

default property
Item(int)TemplateGroup. Documentation for this section has not yet been entered.

Public Methods

Add(TemplateGroup) : int

Adds the specified System.Web.UI.Design.TemplateGroup object to the end of the collection.

AddRange(TemplateGroupCollection)

Adds the template groups in an existing System.Web.UI.Design.TemplateGroupCollection object to the current System.Web.UI.Design.TemplateGroupCollection object.

Clear()

Removes all groups from the collection.

Contains(TemplateGroup) : bool

Determines whether the specified group is contained within the collection.

CopyTo(TemplateGroup[], int)

Copies the groups in the collection to a compatible one-dimensional array, starting at the specified index of the target array.

IndexOf(TemplateGroup) : int

Returns the index of the specified System.Web.UI.Design.TemplateGroup object within the collection.

Insert(int, TemplateGroup)

Inserts a System.Web.UI.Design.TemplateGroup object into the collection at the specified index.

Remove(TemplateGroup)

Removes the specified System.Web.UI.Design.TemplateGroup object from the collection.

RemoveAt(int)

Removes the System.Web.UI.Design.TemplateGroup object at the specified index within the collection.

Explicitly Implemented Interface Members

IList.Add

For a description of this member, see IList.Add(object).

IList.Clear

For a description of this member, see IList.Clear.

IList.Contains

For a description of this member, see IList.Contains(object).

ICollection.CopyTo

For a description of this member, see ICollection.CopyTo(Array, int).

[read-only]
ICollection.Countint.

For a description of this member, see ICollection.Count.

IEnumerable.GetEnumerator

For a description of this member, see IEnumerable.GetEnumerator.

IList.IndexOf

For a description of this member, see IList.IndexOf(object).

IList.Insert

For a description of this member, see IList.Insert(int, object).

[read-only]
IList.IsFixedSizebool.

For a description of this member, see IList.IsFixedSize.

[read-only]
IList.IsReadOnlybool.

For a description of this member, see IList.IsReadOnly.

[read-only]
ICollection.IsSynchronizedbool.

For a description of this member, see ICollection.IsSynchronized.

IList.Itemobject. Documentation for this section has not yet been entered.
IList.Remove

For a description of this member, see IList.Remove(object).

IList.RemoveAt

For a description of this member, see IList.RemoveAt(int).

[read-only]
ICollection.SyncRootobject.

For a description of this member, see ICollection.SyncRoot.