This type contains the following members.

public interface ITreeDataSource<TNode>

Methods

GetRootNodesAsync()
GetChildrenAsync(TNode)
GetAncestorsAsync(TNode)
GetNodeAsync(string)

Implemented by

NodeTreeDataSource