ExplicitInterfaceImplementations
Gets a list of interface methods that this method explicitly implements.
Declaration
IReadOnlyList<IMethod> ExplicitInterfaceImplementations { get; }
Property Value
Type | Description |
---|---|
IReadOnlyList<IMethod> |
Gets a list of interface methods that this method explicitly implements.
IReadOnlyList<IMethod> ExplicitInterfaceImplementations { get; }
Type | Description |
---|---|
IReadOnlyList<IMethod> |