'宣言 Public Function RemoveAll( _ ByVal match As System.Predicate(Of KeyMap) _ ) As System.Integer
'使用法 Dim instance As KeyMapStack Dim match As System.Predicate(Of KeyMap) Dim value As System.Integer value = instance.RemoveAll(match)
public System.int RemoveAll( System.Predicate<KeyMap> match )
パラメータ
- match