C# Class TreeNode, msdn-browse

Show file Open project: mono/msdn-browse Class Usage Examples

Private Properties

Property Type Description
Flatten void

Public Methods

Method Description
PopulateChildrenAsync ( ) : void
PopulateChildrenData ( ) : void
PopulateGuiChildren ( ) : void
ToString ( ) : string
ToStringRecurse ( ) : string

Private Methods

Method Description
Flatten ( ArrayList ar, TreeNode, nodes ) : void

Method Details

PopulateChildrenAsync() public method

public PopulateChildrenAsync ( ) : void
return void

PopulateChildrenData() public method

public PopulateChildrenData ( ) : void
return void

PopulateGuiChildren() public method

public PopulateGuiChildren ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

ToStringRecurse() public method

public ToStringRecurse ( ) : string
return string