バージョン

FindAll メソッド (ColorBlend)

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

パラメータ

match
参照

オンラインで表示: GitHub