MongoDB.Bson.BsonTypeMapper.Mapping.GetHashCode C# (CSharp) Method

GetHashCode() public method

Gets the hash code.
public GetHashCode ( ) : int
return int
            public override int GetHashCode() {
                return netType.GetHashCode() + (int) bsonType;
            }
        }