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