Skip to content

GenericSymbolWithSyntax.IsClosedTypeOrMethod

Michael Rittenhouse edited this page Feb 12, 2024 · 3 revisions

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.

Clone this wiki locally