How to find list of length in c# code example Example: get list length c# public List<int> values; public int listLength; listLength = values.Count;