Programming/C#
[펌] Loop Dictionary
blueasa
2016. 12. 7. 17:43
Code (CSharp):
- while( enumerator.MoveNext() )
- {
- // Access value with enumerator.Current.Value;
- }
[출처] https://forum.unity3d.com/threads/c-dictionary-loop.337804/
반응형