CompositeTypeAdapter.GetExplicitInterfaceOperators Method

Namespace
Kampute.DocToolkit.Metadata.Adapters
Assembly
  • Kampute.DocToolkit.dll

Definition

Retrieves the explicit interface operators implemented by the type.
protected virtual IEnumerable<MethodInfo> GetExplicitInterfaceOperators()

Returns

IEnumerable<MethodInfo>
An enumeration of IOperator objects representing the explicit interface operators implemented by the type.