CompositeTypeAdapter.GetOperators Method

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

Definition

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

Returns

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