Skip to content

markdocelementsextensions IHasContentT

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

IHasContent<out T> interface

Description

Interface for elements which have content

Diagram

  flowchart LR
  classDef interfaceStyle stroke-dasharray: 5 5;
  classDef abstractStyle stroke-width:4px
  subgraph MarkDoc.Elements.Extensions
  MarkDoc.Elements.Extensions.IHasContent_1[[IHasContent< T >]]
  class MarkDoc.Elements.Extensions.IHasContent_1 interfaceStyle;

  end
Loading

Members

Properties

Public properties

Type Name Methods
T Content
Element content
get

Details

Summary

Interface for elements which have content

Generic types

Type Description Constraints
T out Content type

Properties

Content

public abstract T Content { get }
Summary

Element content

Generated with MarkDoc

Clone this wiki locally