Enumerates child nodes in a tree.
Namespace:
Gallio.Common.CollectionsAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public delegate IEnumerable<T> ChildEnumerator<T>( T node ) |
| Visual Basic (Declaration) |
|---|
Public Delegate Function ChildEnumerator(Of T) ( _ node As T _ ) As IEnumerable(Of T) |
Parameters
- node
- Type: T
The node.
Type Parameters
- T
