System.Web.UI.WebControls.TreeView.CreateControlCollection C# (CSharp) 메소드

CreateControlCollection() 보호된 메소드

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