CompositeTypeAdapter.GetOperators Method

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

Definition

Retrieves the operator methods declared by the type.
protected virtual IEnumerable<IOperator> GetOperators()

Returns

IEnumerable<IOperator>
An enumeration of IOperator objects representing the operator methods declared by the type.