Class TypedControlCollection<T>
Inheritance
TypedControlCollection<T>
Assembly: DotNetNuke.Web.dll
Syntax
public sealed class TypedControlCollection<T> : ControlCollection, ICollection, IEnumerable where T : Control
Type Parameters
Constructors
TypedControlCollection(Control)
Declaration
public TypedControlCollection(Control owner)
Parameters
Type |
Name |
Description |
Control |
owner |
|
Methods
Add(Control)
Declaration
public override void Add(Control child)
Parameters
Type |
Name |
Description |
Control |
child |
|
Overrides
AddAt(int, Control)
Declaration
public override void AddAt(int index, Control child)
Parameters
Overrides
Implements
Extension Methods