c# list type number of elements code example Example: get list length c# public List<int> values; public int listLength; listLength = values.Count;