IWithExplicitInterfaceOperators.ExplicitInterfaceOperators Property
- Namespace
- Kampute.DocToolkit.Metadata.Capabilities
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface operators implemented by the type.
IReadOnlyList<IOperator> ExplicitInterfaceOperators { get; }Property Value
- IReadOnlyList<IOperator>
- A read-only list of IMethod instances representing the explicit interface operators implemented by the type. The operators in the list are ordered by name and then by the number of type parameters.
