PrimitiveTypeAdapter.Operators Property
- Namespace
- Kampute.DocToolkit.Metadata.Adapters
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets all the operator methods declared by the type.
public IReadOnlyList<IOperator> Operators { get; }Property Value
- IReadOnlyList<IOperator>
- A read-only list of IOperator instances representing the operator methods declared by the type. The operators in the list are ordered by name and then by the number of type parameters.
