'宣言
Public Function RemoveAll( _ ByVal match As Predicate(Of Style) _ ) As Integer
public int RemoveAll( Predicate<Style> match )
パラメータ
- match
- The Predicate delegate that defines the conditions of the elements to remove.
戻り値の型
The number of elements removed from the List.