SplitExtension Class
Split extension.
Namespace: MoreLinq.ExtensionsAssembly: MoreLinq (in MoreLinq.dll) Version: 4.4.0+6d97c3b1d482f98300f4446df14742b0e3fafbec
public static class SplitExtension
<ExtensionAttribute>
Public NotInheritable Class SplitExtension
[ExtensionAttribute]
public ref class SplitExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SplitExtension = class end
- Inheritance
- Object    SplitExtension
 | SplitTSource(IEnumerableTSource, TSource) | Splits the source sequence by a separator. | 
| SplitTSource(IEnumerableTSource, FuncTSource, Boolean) | Splits the source sequence by separator elements identified by a
            function. | 
| SplitTSource(IEnumerableTSource, TSource, IEqualityComparerTSource) | Splits the source sequence by a separator and then transforms the
            splits into results. | 
| SplitTSource(IEnumerableTSource, TSource, Int32) | Splits the source sequence by a separator given a maximum count of splits. | 
| SplitTSource(IEnumerableTSource, FuncTSource, Boolean, Int32) | Splits the source sequence by separator elements identified by a
            function, given a maximum count of splits. | 
| SplitTSource(IEnumerableTSource, TSource, IEqualityComparerTSource, Int32) | Splits the source sequence by a separator, given a maximum count
            of splits. A parameter specifies how the separator is compared
            for equality. | 
| SplitTSource, TResult(IEnumerableTSource, TSource, FuncIEnumerableTSource, TResult) | Splits the source sequence by a separator and then transforms
            the splits into results. | 
| SplitTSource, TResult(IEnumerableTSource, FuncTSource, Boolean, FuncIEnumerableTSource, TResult) | Splits the source sequence by separator elements identified by
            a function and then transforms the splits into results. | 
| SplitTSource, TResult(IEnumerableTSource, TSource, IEqualityComparerTSource, FuncIEnumerableTSource, 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. | 
| SplitTSource, TResult(IEnumerableTSource, TSource, Int32, FuncIEnumerableTSource, TResult) | Splits the source sequence by a separator, given a maximum count
            of splits, and then transforms the splits into results. | 
| SplitTSource, TResult(IEnumerableTSource, FuncTSource, Boolean, Int32, FuncIEnumerableTSource, TResult) | Splits the source sequence by separator elements identified by
            a function, given a maximum count of splits, and then transforms
            the splits into results. | 
| SplitTSource, TResult(IEnumerableTSource, TSource, IEqualityComparerTSource, Int32, FuncIEnumerableTSource, 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. |