SelectRecursive(T) Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

EnumerableExtensions..::..SelectRecursive<(Of <(<'T>)>)> Method

Namespace:  RegnoSoftware.Standard.Core.Extensions
Assembly:  RegnoSoftware.Standard.Core (in RegnoSoftware.Standard.Core.dll)

Syntax


public static IEnumerable<T> SelectRecursive<T>(
	IEnumerable<T> source,
	Func<T, IEnumerable<T>> selector
)

Type Parameters

T

Parameters

source
Type: IEnumerable<(Of <(<'T>)>)>
selector
Type: Func<(Of <(<'T, IEnumerable<(Of <(<'T>)>)>>)>)>