Compartir a través de


ITypeSymbol.Interfaces Propiedad

Definición

Obtiene el conjunto de interfaces que este tipo implementa directamente. Este conjunto no incluye interfaces que son interfaces base de interfaces implementadas directamente. Esto incluye las interfaces declaradas como restricciones en los parámetros de tipo.

public:
 property System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::INamedTypeSymbol ^> Interfaces { System::Collections::Immutable::ImmutableArray<Microsoft::CodeAnalysis::INamedTypeSymbol ^> get(); };
public System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol> Interfaces { get; }
member this.Interfaces : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.INamedTypeSymbol>
Public ReadOnly Property Interfaces As ImmutableArray(Of INamedTypeSymbol)

Valor de propiedad

Se aplica a