Freigeben über


SyntaxFactory.AccessorDeclaration Methode

Definition

Überlädt

AccessorDeclaration(SyntaxKind)

Erstellt eine neue AccessorDeclarationSyntax-Instanz.

AccessorDeclaration(SyntaxKind, BlockSyntax)

Erstellt eine neue AccessorDeclarationSyntax-Instanz.

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, ArrowExpressionClauseSyntax)
AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, BlockSyntax)
AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, BlockSyntax, ArrowExpressionClauseSyntax)

Erstellt eine neue AccessorDeclarationSyntax-Instanz.

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, ArrowExpressionClauseSyntax, SyntaxToken)
AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, BlockSyntax, SyntaxToken)
AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, BlockSyntax, ArrowExpressionClauseSyntax, SyntaxToken)

Erstellt eine neue AccessorDeclarationSyntax-Instanz.

AccessorDeclaration(SyntaxKind)

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 AccessorDeclarationSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, BlockSyntax)

Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs
Quelle:
PropertyDeclarationSyntax.cs

Erstellt eine neue AccessorDeclarationSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, body As BlockSyntax) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, ArrowExpressionClauseSyntax)

Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::CSharp::Syntax::ArrowExpressionClauseSyntax ^ expressionBody);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax expressionBody);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, expressionBody As ArrowExpressionClauseSyntax) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind
modifiers
SyntaxTokenList

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, BlockSyntax)

Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, body As BlockSyntax) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind
modifiers
SyntaxTokenList

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, BlockSyntax, ArrowExpressionClauseSyntax)

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 AccessorDeclarationSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body, Microsoft::CodeAnalysis::CSharp::Syntax::ArrowExpressionClauseSyntax ^ expressionBody);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax expressionBody);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax? expressionBody);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, body As BlockSyntax, expressionBody As ArrowExpressionClauseSyntax) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind
modifiers
SyntaxTokenList

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, ArrowExpressionClauseSyntax, SyntaxToken)

Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::SyntaxToken keyword, Microsoft::CodeAnalysis::CSharp::Syntax::ArrowExpressionClauseSyntax ^ expressionBody, Microsoft::CodeAnalysis::SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken keyword, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax expressionBody, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, keyword As SyntaxToken, expressionBody As ArrowExpressionClauseSyntax, semicolonToken As SyntaxToken) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind
modifiers
SyntaxTokenList
keyword
SyntaxToken
semicolonToken
SyntaxToken

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, BlockSyntax, SyntaxToken)

Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
Quelle:
SyntaxFactory.cs
public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::SyntaxToken keyword, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body, Microsoft::CodeAnalysis::SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken keyword, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, keyword As SyntaxToken, body As BlockSyntax, semicolonToken As SyntaxToken) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind
modifiers
SyntaxTokenList
keyword
SyntaxToken
semicolonToken
SyntaxToken

Gibt zurück

Gilt für:

AccessorDeclaration(SyntaxKind, SyntaxList<AttributeListSyntax>, SyntaxTokenList, SyntaxToken, BlockSyntax, ArrowExpressionClauseSyntax, 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 AccessorDeclarationSyntax-Instanz.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::AccessorDeclarationSyntax ^ AccessorDeclaration(Microsoft::CodeAnalysis::CSharp::SyntaxKind kind, Microsoft::CodeAnalysis::SyntaxList<Microsoft::CodeAnalysis::CSharp::Syntax::AttributeListSyntax ^> attributeLists, Microsoft::CodeAnalysis::SyntaxTokenList modifiers, Microsoft::CodeAnalysis::SyntaxToken keyword, Microsoft::CodeAnalysis::CSharp::Syntax::BlockSyntax ^ body, Microsoft::CodeAnalysis::CSharp::Syntax::ArrowExpressionClauseSyntax ^ expressionBody, Microsoft::CodeAnalysis::SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken keyword, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax expressionBody, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
public static Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax AccessorDeclaration (Microsoft.CodeAnalysis.CSharp.SyntaxKind kind, Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> attributeLists, Microsoft.CodeAnalysis.SyntaxTokenList modifiers, Microsoft.CodeAnalysis.SyntaxToken keyword, Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax? body, Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax? expressionBody, Microsoft.CodeAnalysis.SyntaxToken semicolonToken);
static member AccessorDeclaration : Microsoft.CodeAnalysis.CSharp.SyntaxKind * Microsoft.CodeAnalysis.SyntaxList<Microsoft.CodeAnalysis.CSharp.Syntax.AttributeListSyntax> * Microsoft.CodeAnalysis.SyntaxTokenList * Microsoft.CodeAnalysis.SyntaxToken * Microsoft.CodeAnalysis.CSharp.Syntax.BlockSyntax * Microsoft.CodeAnalysis.CSharp.Syntax.ArrowExpressionClauseSyntax * Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.AccessorDeclarationSyntax
Public Shared Function AccessorDeclaration (kind As SyntaxKind, attributeLists As SyntaxList(Of AttributeListSyntax), modifiers As SyntaxTokenList, keyword As SyntaxToken, body As BlockSyntax, expressionBody As ArrowExpressionClauseSyntax, semicolonToken As SyntaxToken) As AccessorDeclarationSyntax

Parameter

kind
SyntaxKind
modifiers
SyntaxTokenList
keyword
SyntaxToken
semicolonToken
SyntaxToken

Gibt zurück

Gilt für: