public static class SegmentExtension
<ExtensionAttribute>
Public NotInheritable Class SegmentExtension
[ExtensionAttribute]
public ref class SegmentExtension abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
[<ExtensionAttribute>]
type SegmentExtension = class end
SegmentT(IEnumerableT, FuncT, T, Int32, Boolean) | Divides a sequence into multiple sequences by using a segment detector based on the original sequence |
SegmentT(IEnumerableT, FuncT, Boolean) | Divides a sequence into multiple sequences by using a segment detector based on the original sequence |
SegmentT(IEnumerableT, FuncT, Int32, Boolean) | Divides a sequence into multiple sequences by using a segment detector based on the original sequence |