MoreLinq
Split Method
NamespacesMoreLinqMoreEnumerableSplit()()()()
Members
IconMemberDescription
Split<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource)
Splits the source sequence by a separator.

Split<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, Int32)
Splits the source sequence by a separator given a maximum count of splits.

Split<(Of <<'(TSource, TResult>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, Func<(Of <<'(IEnumerable<(Of <<'(TSource>)>>), TResult>)>>))
Splits the source sequence by a separator and then transforms the splits into results.

Split<(Of <<'(TSource, TResult>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, Int32, Func<(Of <<'(IEnumerable<(Of <<'(TSource>)>>), TResult>)>>))
Splits the source sequence by a separator, given a maximum count of splits, and then transforms the splits into results.

Split<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, IEqualityComparer<(Of <<'(TSource>)>>))
Splits the source sequence by a separator and then transforms the splits into results.

Split<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, IEqualityComparer<(Of <<'(TSource>)>>), Int32)
Splits the source sequence by a separator, given a maximum count of splits. A parameter specifies how the separator is compared for equality.

Split<(Of <<'(TSource, TResult>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, IEqualityComparer<(Of <<'(TSource>)>>), Func<(Of <<'(IEnumerable<(Of <<'(TSource>)>>), TResult>)>>))
Splits the source sequence by a separator and then transforms the splits into results. A parameter specifies how the separator is compared for equality.

Split<(Of <<'(TSource, TResult>)>>)(IEnumerable<(Of <<'(TSource>)>>), TSource, IEqualityComparer<(Of <<'(TSource>)>>), Int32, Func<(Of <<'(IEnumerable<(Of <<'(TSource>)>>), TResult>)>>))
Splits the source sequence by a separator, given a maximum count of splits, and then transforms the splits into results. A parameter specifies how the separator is compared for equality.

Split<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, Boolean>)>>))
Splits the source sequence by a separator function.

Split<(Of <<'(TSource>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, Boolean>)>>), Int32)
Splits the source sequence by a separator function, given a maximum count of splits.

Split<(Of <<'(TSource, TResult>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, Boolean>)>>), Func<(Of <<'(IEnumerable<(Of <<'(TSource>)>>), TResult>)>>))
Splits the source sequence by a separator function and then transforms the splits into results.

Split<(Of <<'(TSource, TResult>)>>)(IEnumerable<(Of <<'(TSource>)>>), Func<(Of <<'(TSource, Boolean>)>>), Int32, Func<(Of <<'(IEnumerable<(Of <<'(TSource>)>>), TResult>)>>))
Splits the source sequence by a separator function, given a maximum count of splits, and then transforms the splits into results.

Assembly: MoreLinq (Module: MoreLinq.dll) Version: 1.0.16006.0 (1.0.16006.1845)