Is there any way to add multiple Int
to a list<int>
at a single time?
Type
List<Int32> ContasNegativas = new List<Int32>();
ContasNegativas.AddRange(30301, 30302, 30303, 30304, 30305, 30306, 30341, 30342, 30343, 30344, 30345, 30346, 30401,30403, 30421, 30423, 40101, 40102, 40111, 40112, 40121, 40122, 40123, 50101, 50102, 50103, 50104, 50105, 50231);