TechTalk Genome v4.2

Set.ToArray Method

Copies the elements of the Set to a new Array of .

Overload List

Copies the elements of the Set to a new Array of .

public object[] ToArray();

Copies the elements of the Set to a new Array of the specified type.

public Array ToArray(Type);

See Also

Set Class | TechTalk.Genome Namespace