Skip to content

markdocdocumentationtags ITag

Denis Akopyan edited this page Mar 6, 2022 · 1 revision

ITag interface

Description

Interface for documentation tags

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Documentation.Tags
  MarkDoc.Documentation.Tags.ITag[[ITag]]
  class MarkDoc.Documentation.Tags.ITag interfaceStyle;
  end
Loading

Members

Properties

Public properties

Type Name Methods
IReadOnlyCollection<IContent> Content
Tag inner content
get
string Reference
Tag reference
get
TagType Type
Tag type
get

Details

Summary

Interface for documentation tags

Nested types

Enums

  • TagType

Properties

Type

public abstract TagType Type { get }
Summary

Tag type

See also

Reference

public abstract string Reference { get }
Summary

Tag reference

Remarks

Either holds cref or name

Content

public abstract IReadOnlyCollection Content { get }
Summary

Tag inner content

Generated with MarkDoc

Clone this wiki locally