DelegateTypeAdapter.Parameters Property

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

Definition

Gets all the parameters declared by the member.
public IReadOnlyList<IParameter> Parameters { get; }

Property Value

IReadOnlyList<IParameter>
A read-only list of IParameter instances representing the parameters declared by the member.