Skip to content

Instantly share code, notes, and snippets.

@aolba
Last active March 25, 2016 04:06
Show Gist options
  • Save aolba/b1346bbc4bed8dcbcfc4 to your computer and use it in GitHub Desktop.
Save aolba/b1346bbc4bed8dcbcfc4 to your computer and use it in GitHub Desktop.
itinerar a traves de un diccionario
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