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);
Set Class | TechTalk.Genome Namespace