InterfaceModel.Methods Property

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

Definition

Gets the methods declared by the interface.
public IReadOnlyList<MethodModel> Methods { get; }

Property Value

IReadOnlyList<MethodModel>
A read-only collection of MethodModel representing the methods declared by the interface. The methods in the collection are ordered by their names and number of parameters.