.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

email - PHP mail error ... failed to open stream : permission denied -

c# - ListView onScroll event -

c - Linux mmap() error -