ITypeSymbol.IsExtension Propiedad

Definición

Precaución

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

Es este un símbolo para una declaración de extensión.

public bool IsExtension { get; }
[System.Obsolete("This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.")]
public bool IsExtension { get; }
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
public bool IsExtension { get; }
member this.IsExtension : bool
[<System.Obsolete("This API will be removed in the future. Use INamedTypeSymbol.IsExtension instead.")>]
member this.IsExtension : bool
[<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)>]
member this.IsExtension : bool
Public ReadOnly Property IsExtension As Boolean

Valor de propiedad

Atributos

Se aplica a