This interface provides the tree structure.
Namespace: TreeLayoutHelperAssembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
C# |
---|
public interface ITreeNavigator<TNode>
|
Visual Basic |
---|
Public Interface ITreeNavigator(Of TNode) |
Visual C++ |
---|
generic<typename TNode>
public interface class ITreeNavigator |
J# |
---|
J# supports the use of generic APIs, but not the declaration of new ones. |
JScript |
---|
JScript does not support generic types or methods. |
JavaScript |
---|
JavaScript does not support generic types or methods. |
Type Parameters
- TNode
- The base type of tree nodes.
See Also