//for unity foreach (var keyValuePair in myDictionary) { ValueClass myValue = keyValuePair.Value; Debug.Log(myValue); }