TopicModel.Subtopics Property

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

Definition

Gets the subtopics of the current topic.
public IReadOnlyCollection<TopicModel> Subtopics { get; }

Property Value

IReadOnlyCollection<TopicModel>
A read-only collection of subtopics that the current topic is parent of.