GenericSymbolWithSyntax.IsClosedTypeOrMethod - monkey0506/Monkeymoto.GeneratorUtils.GenericSymbolReferenceTree GitHub Wiki

GenericSymbolWithSyntax.IsClosedTypeOrMethod Field

Definition

Represents whether Symbol is a closed generic type or closed generic method.

public readonly bool IsClosedTypeOrMethod

Field Value

bool

Returns

bool

true if Symbol has no unsubstituted type arguments; otherwise, false.