'宣言
Public Function TrueForAll( _ ByVal match As Predicate(Of Style) _ ) As Boolean
public bool TrueForAll( Predicate<Style> match )
パラメータ
- match
- The Predicate delegate that defines the conditions to check against the elements.
戻り値の型
true if every element in the List matches the conditions defined by the specified predicate; otherwise, false. If the list has no elements, the return value is true.