.NET equivalent to java.util.Arrays.hashCode() function for arrays of intrinsic types? -


Is there a NIT utility class equivalent such as internal int [], short [], float [], etc.?

Obviously I could write my own utility class but was already trying to find available in the .NET framework.

.NET 4.0 will support it through the interface in the array, but until that point you will have to do this I am scared.


Comments

Popular posts from this blog

c# - ListView onScroll event -

PHP - get image from byte array -

Linux Terminal Problem with Non-Canonical Terminal I/O app -