'宣言 Public Overrides Function Filter( _ ByVal value As System.Predicate(Of T) _ ) As CollectionViewServiceBuilder(Of T)
public override CollectionViewServiceBuilder<T> Filter( System.Predicate<T> value )
パラメータ
- value
- 値。
戻り値の型
現在のビルダ。
'宣言 Public Overrides Function Filter( _ ByVal value As System.Predicate(Of T) _ ) As CollectionViewServiceBuilder(Of T)
public override CollectionViewServiceBuilder<T> Filter( System.Predicate<T> value )