'宣言 Public Overridable Function ContainsValue( _ ByVal value As System.Object _ ) As System.Boolean
'使用法 Dim instance As KeyMap Dim value As System.Object Dim value As System.Boolean value = instance.ContainsValue(value)
public virtual System.bool ContainsValue( System.object value )
パラメータ
- value