System.Web.UI.UpdatePanel.SingleChildControlCollection.Clear C# (CSharp) Method

Clear() public method

public Clear ( ) : void
return void
			public override void Clear ()
			{
				throw GetNoChildrenException ();
			}