ITypeSymbol.ExtensionParameter Proprietà
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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