-
Notifications
You must be signed in to change notification settings - Fork 13
markdocelementsextensions IHasContentT
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for elements which have content
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
| Type | Name | Methods |
|---|---|---|
T |
ContentElement content |
get |
Interface for elements which have content
| Type | Description | Constraints |
|---|---|---|
T out
|
Content type |
public abstract T Content { get }Element content
Generated with MarkDoc