Talk:Hash from two arrays

From Rosetta Code
Revision as of 14:42, 25 January 2007 by rosettacode>CrashandDie
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

C#

//I added this to just have some basic error checking
int arg_length = arg_keys.Length == arg_values.Length ? arg_keys.Length : 0;

I'm not really sure such an absolutely not-understandable line should be on this repository, as most of the users won't even understand it. At the very least, there should be some sort of comment, or just change it and do it on a few lines instead of hashing the source code itself. --CrashandDie 09:42, 25 January 2007 (EST)