Freigeben über


SyntaxFactory.IdentifierName Methode

Definition

Überlädt

IdentifierName(String)

Erstellt einen IdentifierNameSyntax-Knoten.

IdentifierName(SyntaxToken)

Erstellt eine neue IdentifierNameSyntax-instance.

IdentifierName(String)

Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs
Source:
SyntaxFactory.cs

Erstellt einen IdentifierNameSyntax-Knoten.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::IdentifierNameSyntax ^ IdentifierName(System::String ^ name);
public static Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax IdentifierName (string name);
static member IdentifierName : string -> Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax
Public Shared Function IdentifierName (name As String) As IdentifierNameSyntax

Parameter

name
String

Der Bezeichnername.

Gibt zurück

Gilt für:

IdentifierName(SyntaxToken)

Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs
Source:
Syntax.xml.Main.Generated.cs

Erstellt eine neue IdentifierNameSyntax-instance.

public:
 static Microsoft::CodeAnalysis::CSharp::Syntax::IdentifierNameSyntax ^ IdentifierName(Microsoft::CodeAnalysis::SyntaxToken identifier);
public static Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax IdentifierName (Microsoft.CodeAnalysis.SyntaxToken identifier);
static member IdentifierName : Microsoft.CodeAnalysis.SyntaxToken -> Microsoft.CodeAnalysis.CSharp.Syntax.IdentifierNameSyntax
Public Shared Function IdentifierName (identifier As SyntaxToken) As IdentifierNameSyntax

Parameter

identifier
SyntaxToken

Gibt zurück

Gilt für: