PrimitiveTypeAdapter.GetOperators Method

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

Definition

Retrieves the operators declared by the primitive type.
protected virtual IEnumerable<IOperator> GetOperators()

Returns

IEnumerable<IOperator>
An enumerable collection of IOperator objects representing the operators declared by the type.