Arrays.

Fill<T>(T[], int, int, T) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen.Util
Containing Type
Arrays

Syntax

public static void Fill<T>(T[] array, int fromIndex, int toIndex, T value)

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]
fromIndex int
toIndex int
value T

Return Value

Type Description
void