ITypeSymbol.ExtensionParameter 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.
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