System.Web.UI.UpdatePanel.CreateControlCollection C# (CSharp) Method

CreateControlCollection() protected final method

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