J
jeffc
I have the following declaration, and I want to initialize the list at the
same time. Is there a way?
private static List<String> FILE_LIST = new List<String>();
same time. Is there a way?
private static List<String> FILE_LIST = new List<String>();

