IEventSymbol.ExplicitInterfaceImplementations Property

Definition

Returns interface properties explicitly implemented by this event.

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)

Property Value

Remarks

Properties imported from metadata can explicitly implement more than one event.

Applies to