IEventSymbol.ExplicitInterfaceImplementations 属性

定义

返回此事件显式实现的接口属性。

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)

属性值

注解

从元数据导入的属性可以显式实现多个事件。

适用于