Dela via


SyntaxGenerator.GenericName Method

Definition

Overloads

GenericName(String, ITypeSymbol[])

Creates an expression that denotes a generic identifier name.

GenericName(String, SyntaxNode[])

Creates an expression that denotes a generic identifier name.

GenericName(String, IEnumerable<ITypeSymbol>)

Creates an expression that denotes a generic identifier name.

GenericName(String, IEnumerable<SyntaxNode>)

Creates an expression that denotes a generic identifier name.

GenericName(String, ITypeSymbol[])

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 generic identifier name.

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ GenericName(System::String ^ identifier, ... cli::array <Microsoft::CodeAnalysis::ITypeSymbol ^> ^ typeArguments);
public Microsoft.CodeAnalysis.SyntaxNode GenericName (string identifier, params Microsoft.CodeAnalysis.ITypeSymbol[] typeArguments);
member this.GenericName : string * Microsoft.CodeAnalysis.ITypeSymbol[] -> Microsoft.CodeAnalysis.SyntaxNode
Public Function GenericName (identifier As String, ParamArray typeArguments As ITypeSymbol()) As SyntaxNode

Parameters

identifier
String
typeArguments
ITypeSymbol[]

Returns

Applies to

GenericName(String, SyntaxNode[])

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 generic identifier name.

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ GenericName(System::String ^ identifier, ... cli::array <Microsoft::CodeAnalysis::SyntaxNode ^> ^ typeArguments);
public Microsoft.CodeAnalysis.SyntaxNode GenericName (string identifier, params Microsoft.CodeAnalysis.SyntaxNode[] typeArguments);
member this.GenericName : string * Microsoft.CodeAnalysis.SyntaxNode[] -> Microsoft.CodeAnalysis.SyntaxNode
Public Function GenericName (identifier As String, ParamArray typeArguments As SyntaxNode()) As SyntaxNode

Parameters

identifier
String
typeArguments
SyntaxNode[]

Returns

Applies to

GenericName(String, IEnumerable<ITypeSymbol>)

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 generic identifier name.

public:
 Microsoft::CodeAnalysis::SyntaxNode ^ GenericName(System::String ^ identifier, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::ITypeSymbol ^> ^ typeArguments);
public Microsoft.CodeAnalysis.SyntaxNode GenericName (string identifier, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.ITypeSymbol> typeArguments);
member this.GenericName : string * seq<Microsoft.CodeAnalysis.ITypeSymbol> -> Microsoft.CodeAnalysis.SyntaxNode
Public Function GenericName (identifier As String, typeArguments As IEnumerable(Of ITypeSymbol)) As SyntaxNode

Parameters

identifier
String
typeArguments
IEnumerable<ITypeSymbol>

Returns

Applies to

GenericName(String, IEnumerable<SyntaxNode>)

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 generic identifier name.

public:
 abstract Microsoft::CodeAnalysis::SyntaxNode ^ GenericName(System::String ^ identifier, System::Collections::Generic::IEnumerable<Microsoft::CodeAnalysis::SyntaxNode ^> ^ typeArguments);
public abstract Microsoft.CodeAnalysis.SyntaxNode GenericName (string identifier, System.Collections.Generic.IEnumerable<Microsoft.CodeAnalysis.SyntaxNode> typeArguments);
abstract member GenericName : string * seq<Microsoft.CodeAnalysis.SyntaxNode> -> Microsoft.CodeAnalysis.SyntaxNode
Public MustOverride Function GenericName (identifier As String, typeArguments As IEnumerable(Of SyntaxNode)) As SyntaxNode

Parameters

identifier
String
typeArguments
IEnumerable<SyntaxNode>

Returns

Applies to