SplitDocuments(T) Method

Regno Shared SQLRace

RegnoCompleteRegnoSoftware.Standard.Core

StandardExtensions..::..SplitDocuments<(Of <(<'T>)>)> Method

Namespace:  RegnoSoftware.Standard.Core.Extensions
Assembly:  RegnoSoftware.Standard.Core (in RegnoSoftware.Standard.Core.dll)

Syntax


public static IList<T[]> SplitDocuments<T>(
	T[] documents,
	int limit
)
where T : IRegnoType

Type Parameters

T

Parameters

documents
Type: array<T>[]()[][]
limit
Type: Int32