System.Web.UI.Control.CreateControlCollection C# (CSharp) Méthode

CreateControlCollection() protected méthode

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
Résultat System.Web.UI.ControlCollection
		protected virtual ControlCollection CreateControlCollection () //DIT
		{
			return new ControlCollection (this);
		}