-
Notifications
You must be signed in to change notification settings - Fork 0
GenericSymbolWithSyntax.TypeArguments
Michael Rittenhouse edited this page Feb 12, 2024
·
1 revision
Represents the type arguments for this Symbol.
public readonly ImmutableArray<ITypeSymbol> TypeArguments
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.