GenericSymbolWithSyntax.TypeArguments - monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree GitHub Wiki
GenericSymbolWithSyntax.TypeArguments Field
Definition
Represents the type arguments for this Symbol.
public readonly ImmutableArray<ITypeSymbol> TypeArguments
Field Value
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.