Collections.

ToArray<T>(ICollection<T>, T[]) Method

Assembly
Db4objects.Db4o-2010.dll
Namespace
Sharpen
Containing Type
Collections

Syntax

public static T[] ToArray<T>(ICollection<T> collection, T[] result)

Type Parameters

Name Description
T

Parameters

Name Type Description
collection ICollection<T>
result T[]

Return Value

Type Description
T[]