Visual Basic (Declaration) | |
---|---|
Public Overloads Function Browse( _ ByVal startBranch As String, _ ByRef tree As TreeNode() _ ) As Integer |
C# | |
---|---|
public int Browse( string startBranch, out TreeNode[] tree ) |
Parameters
- startBranch
- IN: name of the branch to be browsed
- tree
- OUT TreeNode structure with all branches and items