AnalyzerConfigSet.Create Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
Create<TList>(TList) | |
Create<TList>(TList, ImmutableArray<Diagnostic>) |
Create<TList>(TList)
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
public static Microsoft.CodeAnalysis.AnalyzerConfigSet Create<TList> (TList analyzerConfigs) where TList : System.Collections.Generic.IReadOnlyCollection<Microsoft.CodeAnalysis.AnalyzerConfig>;
static member Create : 'List -> Microsoft.CodeAnalysis.AnalyzerConfigSet (requires 'List :> System.Collections.Generic.IReadOnlyCollection<Microsoft.CodeAnalysis.AnalyzerConfig>)
Public Shared Function Create(Of TList As IReadOnlyCollection(Of AnalyzerConfig)) (analyzerConfigs As TList) As AnalyzerConfigSet
Typparameter
- TList
Parameter
- analyzerConfigs
- TList
Gibt zurück
Gilt für:
Create<TList>(TList, ImmutableArray<Diagnostic>)
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
- Quelle:
- AnalyzerConfigSet.cs
public static Microsoft.CodeAnalysis.AnalyzerConfigSet Create<TList> (TList analyzerConfigs, out System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.Diagnostic> diagnostics) where TList : System.Collections.Generic.IReadOnlyCollection<Microsoft.CodeAnalysis.AnalyzerConfig>;
static member Create : 'List * ImmutableArray -> Microsoft.CodeAnalysis.AnalyzerConfigSet (requires 'List :> System.Collections.Generic.IReadOnlyCollection<Microsoft.CodeAnalysis.AnalyzerConfig>)
Public Shared Function Create(Of TList As IReadOnlyCollection(Of AnalyzerConfig)) (analyzerConfigs As TList, ByRef diagnostics As ImmutableArray(Of Diagnostic)) As AnalyzerConfigSet
Typparameter
- TList
Parameter
- analyzerConfigs
- TList
- diagnostics
- ImmutableArray<Diagnostic>
Gibt zurück
Gilt für:
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.