Click or drag to resize
QueryableExBuffer Method
Overload List
  NameDescription
Public methodStatic memberBufferTSource(IEnumerableTSource, Int32)
Public methodStatic memberBufferTSource(IQueryableTSource, Int32)
Generates a sequence of non-overlapping adjacent buffers over the source sequence.
Public methodStatic memberBufferTSource(IEnumerableTSource, Int32, Int32)
Public methodStatic memberBufferTSource(IQueryableTSource, Int32, Int32)
Generates a sequence of buffers over the source sequence, with specified length and possible overlap.
Top
See Also