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

SingleChildControlCollection() public method

public SingleChildControlCollection ( Control owner ) : System
owner Control
return System
			public SingleChildControlCollection (Control owner)
				: base (owner)
			{}