Share via


SyntaxGenerator.TupleElementExpression Method

Definition

Overloads

TupleElementExpression(ITypeSymbol, String)

Creates an expression that denotes a tuple element.

TupleElementExpression(SyntaxNode, String)

Creates an expression that denotes a tuple element.

TupleElementExpression(ITypeSymbol, String)

Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs

Creates an expression that denotes a tuple element.

public Microsoft.CodeAnalysis.SyntaxNode TupleElementExpression (Microsoft.CodeAnalysis.ITypeSymbol type, string name = default);
public Microsoft.CodeAnalysis.SyntaxNode TupleElementExpression (Microsoft.CodeAnalysis.ITypeSymbol type, string? name = default);
member this.TupleElementExpression : Microsoft.CodeAnalysis.ITypeSymbol * string -> Microsoft.CodeAnalysis.SyntaxNode
Public Function TupleElementExpression (type As ITypeSymbol, Optional name As String = Nothing) As SyntaxNode

Parameters

name
String

Returns

Applies to

TupleElementExpression(SyntaxNode, String)

Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs
Source:
SyntaxGenerator.cs

Creates an expression that denotes a tuple element.

public abstract Microsoft.CodeAnalysis.SyntaxNode TupleElementExpression (Microsoft.CodeAnalysis.SyntaxNode type, string name = default);
public abstract Microsoft.CodeAnalysis.SyntaxNode TupleElementExpression (Microsoft.CodeAnalysis.SyntaxNode type, string? name = default);
abstract member TupleElementExpression : Microsoft.CodeAnalysis.SyntaxNode * string -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function TupleElementExpression (type As SyntaxNode, Optional name As String = Nothing) As SyntaxNode

Parameters

type
SyntaxNode
name
String

Returns

Applies to