Compartir a través de


IEventSymbol.ExplicitInterfaceImplementations Propiedad

Definición

Devuelve las propiedades de interfaz implementadas explícitamente por este evento.

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

Valor de propiedad

Comentarios

Las propiedades importadas desde metadatos pueden implementar explícitamente más de un evento.

Se aplica a