Arrays.

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

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

Syntax

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

Type Parameters

Name Description
T

Parameters

Name Type Description
array T[]
value T

Return Value

Type Description
void