Condividi tramite


SyntaxFactory.IdentifierName Metodo

Definizione

Overload

IdentifierName(String)

Crea un nodo IdentifierNameSyntax.

IdentifierName(SyntaxToken)

Crea una nuova istanza identifierNameSyntax.

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

Crea un nodo IdentifierNameSyntax.

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

Parametri

name
String

Nome identificatore.

Restituisce

Si applica a

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

Crea una nuova istanza identifierNameSyntax.

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

Parametri

identifier
SyntaxToken

Restituisce

Si applica a