CompositeTypeAdapter.ExplicitInterfaceOperators Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the explicit interface operators implemented by the type.
public 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.
