The members of System.Web.UI.Design.TemplateGroupCollection are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the System.Web.UI.Design.TemplateGroupCollection class. |
[read-only] | Count | int.
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. |
Add(TemplateGroup)
| ||
AddRange(TemplateGroupCollection)
| ||
Clear()
| ||
Contains(TemplateGroup)
| ||
CopyTo(TemplateGroup[], int)
| ||
IndexOf(TemplateGroup)
| ||
Insert(int, TemplateGroup)
| ||
Remove(TemplateGroup)
| ||
RemoveAt(int)
|
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.Count | int.
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.IsFixedSize | bool.
For a description of this member, see IList.IsFixedSize. |
[read-only] | IList.IsReadOnly | bool.
For a description of this member, see IList.IsReadOnly. |
[read-only] | ICollection.IsSynchronized | bool.
For a description of this member, see ICollection.IsSynchronized. |
IList.Item | object. 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.SyncRoot | object.
For a description of this member, see ICollection.SyncRoot. |