CompositeTypeModel.Operators Property

Namespace
Kampute.DocToolkit.Models
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the operators declared by the type and visible within its scope.
public IReadOnlyList<OperatorModel> Operators { get; }

Property Value

IReadOnlyList<OperatorModel>
A read-only collection of OperatorModel representing the operators declared by the type. The operators in the collection are ordered by their names and number of parameters.