バージョン

FindAll メソッド (AttributeCollection)

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

パラメータ

match
参照

オンラインで表示: GitHub