The following is an extract from my code:
public class AllIntegerIDs { public AllIntegerIDs() { m_MessageID = 0; m_Messa
Why not just use the Count property on the List?
for(int cnt3 = 0; cnt3 < integerList.Count; cnt3++)