'宣言
Public Function Find( _ ByVal match As Predicate(Of Style) _ ) As Style
public Style Find( Predicate<Style> match )
パラメータ
- match
- The Predicate delegate that defines the conditions of the element to search for.
戻り値の型
The first element that matches the conditions defined by the specified predicate, if found; otherwise, the default value for type T.