Last active
March 25, 2016 04:06
-
-
Save aolba/b1346bbc4bed8dcbcfc4 to your computer and use it in GitHub Desktop.
itinerar a traves de un diccionario
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
foreach(var kvp in delegateLookup){ | |
Debug.Log("<color=yellow>" +kvp.Key +"</color>"); | |
Debug.Log("<color=yellow>" +kvp.Value +"</color>"); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment