System.Web.UI.WebControls.TreeView.CreateControlCollection C# (CSharp) Method

CreateControlCollection() protected method

protected CreateControlCollection ( ) : ControlCollection
return ControlCollection
		protected override ControlCollection CreateControlCollection ()
		{
			return new EmptyControlCollection (this);
		}