TreeDataStructureExtensionsExpandAllTSource(IEnumerableTreeDataStructureTSource, Int32) Method
Expands all the nodes in the collection up to given level.
Namespace: Aliquo.Windows.BaseAssembly: Aliquo.Windows (in Aliquo.Windows.dll) Version: 5.0.9179.22654
public static void ExpandAll<TSource>(
this IEnumerable<TreeDataStructure<TSource>> source,
int level
)
<ExtensionAttribute>
Public Shared Sub ExpandAll(Of TSource) (
source As IEnumerable(Of TreeDataStructure(Of TSource)),
level As Integer
)
- source IEnumerableTreeDataStructureTSource
- An enumerable collection instance of type TreeDataStructureT.
- level Int32
- Specifies the level of nodes to expand.
- TSource
- The type of the elements of source.
In Visual Basic and C#, you can call this method as an instance method on any object of type
IEnumerableTreeDataStructureTSource. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).