XmlDocEntry.TypeParameters Property

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

Definition

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

Property Value

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