IncrementalValueProviderExtensions.Where<TSource> Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public static Microsoft.CodeAnalysis.IncrementalValuesProvider<TSource> Where<TSource> (this Microsoft.CodeAnalysis.IncrementalValuesProvider<TSource> source, Func<TSource,bool> predicate);
static member Where : Microsoft.CodeAnalysis.IncrementalValuesProvider<'Source> * Func<'Source, bool> -> Microsoft.CodeAnalysis.IncrementalValuesProvider<'Source>
<Extension()>
Public Function Where(Of TSource) (source As IncrementalValuesProvider(Of TSource), predicate As Func(Of TSource, Boolean)) As IncrementalValuesProvider(Of TSource)
Type Parameters
- TSource
Parameters
- source
- IncrementalValuesProvider<TSource>
Returns
IncrementalValuesProvider<TSource>
Applies to
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.