Skip to content

GenericSymbolWithSyntax.TypeArguments

Michael Rittenhouse edited this page Feb 12, 2024 · 1 revision

GenericSymbolWithSyntax.TypeArguments Field

Definition

Represents the type arguments for this Symbol.

public readonly ImmutableArray<ITypeSymbol> TypeArguments

Field Value

ImmutableArray<ITypeSymbol>

Remarks

If IsClosedTypeOrMethod is false, then one or more of these type arguments is an ITypeParameterSymbol or an open generic type. Otherwise, these values represent the closed type arguments.

Clone this wiki locally