get array list size c# code example Example: get list length c# public List<int> values; public int listLength; listLength = values.Count;