System.Web.UI.UpdatePanel.SingleChildControlCollection.RemoveAt C# (CSharp) Méthode

RemoveAt() public méthode

public RemoveAt ( int index ) : void
index int
Résultat void
			public override void RemoveAt (int index)
			{
				throw GetNoChildrenException ();
			}