Share via


ITypeSymbol.ExtensionParameter Property

Definition

Caution

This API will be removed in the future. Use INamedTypeSymbol.ExtensionParameter instead.

The extension parameter if this is an extension declaration (IsExtension is true).

public Microsoft.CodeAnalysis.IParameterSymbol? ExtensionParameter { get; }
[System.Obsolete("This API will be removed in the future. Use INamedTypeSymbol.ExtensionParameter instead.")]
public Microsoft.CodeAnalysis.IParameterSymbol? ExtensionParameter { get; }
member this.ExtensionParameter : Microsoft.CodeAnalysis.IParameterSymbol
[<System.Obsolete("This API will be removed in the future. Use INamedTypeSymbol.ExtensionParameter instead.")>]
member this.ExtensionParameter : Microsoft.CodeAnalysis.IParameterSymbol
Public ReadOnly Property ExtensionParameter As IParameterSymbol

Property Value

Attributes

Applies to