ITypeSymbol.ExtensionParameter Proprietà

Definizione

Attenzione

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

Parametro di estensione se si tratta di una dichiarazione di estensione (IsExtension è 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; }
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
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
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.ExtensionParameter : Microsoft.CodeAnalysis.IParameterSymbol
Public ReadOnly Property ExtensionParameter As IParameterSymbol

Valore della proprietà

Attributi

Si applica a