| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0
C#
private static TResult FoldImpl<T, TResult>(
IEnumerable<T> source,
int count,
Func<T, TResult> folder1,
Func<T, T, TResult> folder2,
Func<T, T, T, TResult> folder3,
Func<T, T, T, T, TResult> folder4
)VB
Private Shared Function FoldImpl(Of T, TResult) (
source As IEnumerable(Of T),
count As Integer,
folder1 As Func(Of T, TResult),
folder2 As Func(Of T, T, TResult),
folder3 As Func(Of T, T, T, TResult),
folder4 As Func(Of T, T, T, T, TResult)
) As TResultC++
private:
generic<typename T, typename TResult>
static TResult FoldImpl(
IEnumerable<T>^ source,
int count,
Func<T, TResult>^ folder1,
Func<T, T, TResult>^ folder2,
Func<T, T, T, TResult>^ folder3,
Func<T, T, T, T, TResult>^ folder4
)F#
private static member FoldImpl :
source : IEnumerable<'T> *
count : int *
folder1 : Func<'T, 'TResult> *
folder2 : Func<'T, 'T, 'TResult> *
folder3 : Func<'T, 'T, 'T, 'TResult> *
folder4 : Func<'T, 'T, 'T, 'T, 'TResult> -> 'TResult
Type: TResult
CommandLineParser Class Library V2.6
| Back | FazBrowse Home | New Git URL |