Click or drag to resize
QueryableEx.Buffer<TSource> Method (IEnumerable<TSource>, Int32, Int32)

Namespace: System.Linq
Assembly: System.Interactive.Providers (in System.Interactive.Providers.dll) Version: 1.2.0.0
Syntax
C#
public static IEnumerable<IList<TSource>> Buffer<TSource>(
	IEnumerable<TSource> source,
	int count,
	int skip
)

Parameters

source
Type: System.Collections.Generic.IEnumerable<TSource>
count
Type: System.Int32
skip
Type: System.Int32

Type Parameters

TSource

Return Value

Type: IEnumerable<IList<TSource>>
See Also