Hi,
Is it possible to convert c# generic List<> to normal arrays like Array.ToBuiltin in java?
Try List.ToArray().