ImmutableArray<T>::GetHashCode Method ()

 

Returns a hash code for this instance.

Namespace:   System.Collections.Immutable
Assembly:  System.Collections.Immutable (in System.Collections.Immutable.dll)

public:
virtual int GetHashCode() override

Return Value

Type: System::Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Return to top
Show: