TreeComparer<TNode>.GetChildren(TNode) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
May return null if the node is a leaf.
protected public:
abstract System::Collections::Generic::IEnumerable<TNode> ^ GetChildren(TNode node);
protected internal abstract System.Collections.Generic.IEnumerable<TNode> GetChildren(TNode node);
protected internal abstract System.Collections.Generic.IEnumerable<TNode>? GetChildren(TNode node);
abstract member GetChildren : 'Node -> seq<'Node>
Protected Friend MustOverride Function GetChildren (node As TNode) As IEnumerable(Of TNode)
Parameters
- node
- TNode