SyntaxFactory.AccessorList 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
AccessorList(SyntaxList<AccessorDeclarationSyntax>) |
Erstellt eine neue AccessorListSyntax-Instanz. |
AccessorList(SyntaxToken, SyntaxList<AccessorDeclarationSyntax>, SyntaxToken) |
Erstellt eine neue AccessorListSyntax-Instanz. |
AccessorList(SyntaxList<AccessorDeclarationSyntax>)
- 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 AccessorListSyntax-Instanz.
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax AccessorList (Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax> accessors = default);
static member AccessorList : Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax> -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax
Public Shared Function AccessorList (Optional accessors As SyntaxList(Of AccessorDeclarationSyntax) = Nothing) As AccessorListSyntax
Parameter
- accessors
- SyntaxList<AccessorDeclarationSyntax>
Gibt zurück
Gilt für:
AccessorList(SyntaxToken, SyntaxList<AccessorDeclarationSyntax>, 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 AccessorListSyntax-Instanz.
public:
static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorListSyntax ^ AccessorList(Microsoft::CodeAnalysis::SyntaxToken openBraceToken, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^> accessors, Microsoft::CodeAnalysis::SyntaxToken closeBraceToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax AccessorList (Microsoft.CodeAnalysis.SyntaxToken openBraceToken, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax> accessors, Microsoft.CodeAnalysis.SyntaxToken closeBraceToken);
static member AccessorList : Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax> * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorListSyntax
Public Shared Function AccessorList (openBraceToken As SyntaxToken, accessors As SyntaxList(Of AccessorDeclarationSyntax), closeBraceToken As SyntaxToken) As AccessorListSyntax
Parameter
- openBraceToken
- SyntaxToken
- accessors
- SyntaxList<AccessorDeclarationSyntax>
- 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.