//C++ TO C# CONVERTER WARNING: 'const' methods are not available in C#: //ORIGINAL LINE: uint operator ()(RasterCacheKey const& key) const public static uint functorMethod(RasterCacheKey <ID> key) { return((uint)key.GetHashCode()); // return std::hash<ID>()(key.id_); }
public static uint functorMethod(RasterCacheKey <ID> key) { return((uint)key.GetHashCode()); }