バージョン

FindAll メソッド (ScannerCollection)

シンタックス
'宣言
 
<__DynamicallyInvokableAttribute()>
Public Function FindAll( _
   ByVal match As System.Predicate(Of Scanner) _
) As System.Collections.Generic.List(Of Scanner)
[__DynamicallyInvokableAttribute()]
public System.Collections.Generic.List<Scanner> FindAll( 
   System.Predicate<Scanner> match
)

パラメータ

match
参照

オンラインで表示: GitHub