I am new to C# and I want to understand what is the memory and time overhead of using Dictionary.Values property. Here I could find nothing about the algorithm time complexity specifications or about memory complexity? Am I looking at wrong place or is it undefined in C# spec?
P.S. I am coming from C++ bg.