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

CreateControlCollection() 보호된 최종 메소드

protected final CreateControlCollection ( ) : System.Web.UI.ControlCollection
리턴 System.Web.UI.ControlCollection
		protected override sealed ControlCollection CreateControlCollection ()
		{
			return new SingleChildControlCollection (this);
		}