SyntaxFactory.PropertyPatternClause 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
PropertyPatternClause(SeparatedSyntaxList<SubpatternSyntax>) |
Erstellt eine neue PropertyPatternClauseSyntax-Instanz. |
PropertyPatternClause(SyntaxToken, SeparatedSyntaxList<SubpatternSyntax>, SyntaxToken) |
Erstellt eine neue PropertyPatternClauseSyntax-Instanz. |
PropertyPatternClause(SeparatedSyntaxList<SubpatternSyntax>)
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
Erstellt eine neue PropertyPatternClauseSyntax-Instanz.
public static Microsoft.CodeAnalysis.CSharp.Syntax.PropertyPatternClauseSyntax PropertyPatternClause (Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.SubpatternSyntax> subpatterns = default);
static member PropertyPatternClause : Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.SubpatternSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.PropertyPatternClauseSyntax
Public Shared Function PropertyPatternClause (Optional subpatterns As SeparatedSyntaxList(Of SubpatternSyntax) = Nothing) As PropertyPatternClauseSyntax
Parameter
- subpatterns
- SeparatedSyntaxList<SubpatternSyntax>
Gibt zurück
Gilt für:
PropertyPatternClause(SyntaxToken, SeparatedSyntaxList<SubpatternSyntax>, SyntaxToken)
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
- Quelle:
- Syntax.xml.Main.Generated.cs
Erstellt eine neue PropertyPatternClauseSyntax-Instanz.
public static Microsoft.CodeAnalysis.CSharp.Syntax.PropertyPatternClauseSyntax PropertyPatternClause (Microsoft.CodeAnalysis.SyntaxToken openBraceToken, Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.SubpatternSyntax> subpatterns, Microsoft.CodeAnalysis.SyntaxToken closeBraceToken);
static member PropertyPatternClause : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SeparatedSyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.SubpatternSyntax> * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.PropertyPatternClauseSyntax
Public Shared Function PropertyPatternClause (openBraceToken As SyntaxToken, subpatterns As SeparatedSyntaxList(Of SubpatternSyntax), closeBraceToken As SyntaxToken) As PropertyPatternClauseSyntax
Parameter
- openBraceToken
- SyntaxToken
- subpatterns
- SeparatedSyntaxList<SubpatternSyntax>
- closeBraceToken
- SyntaxToken
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.