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

AddInternal() private method

private AddInternal ( Control child ) : void
child Control
return void
			internal void AddInternal (Control child)
			{
				base.Add (child);
			}