XmlDocEntry.Parameters Property

Namespace
Kampute.DocToolkit.XmlDoc
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets parameter descriptions.
public IReadOnlyDictionary<string, Comment> Parameters { get; }

Property Value

IReadOnlyDictionary<string, Comment>
A dictionary mapping parameter names to their descriptions.