'宣言 Protected Overridable Function GetHash( _ ByVal key As System.Object _ ) As System.Integer
'使用法 Dim instance As KeyMap Dim key As System.Object Dim value As System.Integer value = instance.GetHash(key)
protected virtual System.int GetHash( System.object key )
パラメータ
- key