INamedTypeSymbol.ExtensionGroupingName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
For extensions, returns the synthesized identifier for the grouping type. Returns null otherwise. Note: the metadata name for generic grouping types includes an arity suffix, so differs from the ExtensionGroupingName property.
public string? ExtensionGroupingName { get; }
member this.ExtensionGroupingName : string
Public ReadOnly Property ExtensionGroupingName As String