System.Web.UI.Control.CreateControlCollection C# (CSharp) 메소드

CreateControlCollection() 보호된 메소드

protected CreateControlCollection ( ) : System.Web.UI.ControlCollection
리턴 System.Web.UI.ControlCollection
		protected virtual ControlCollection CreateControlCollection () //DIT
		{
			return new ControlCollection (this);
		}