-
Notifications
You must be signed in to change notification settings - Fork 13
markdocelements IElement
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for elements
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Elements
MarkDoc.Elements.IElement[[IElement]]
class MarkDoc.Elements.IElement interfaceStyle;
end
| Returns | Name |
|---|---|
IEnumerable |
Print()Converts given element to a sequence of strings |
Interface for elements
public abstract IEnumerable Print()Converts given element to a sequence of strings
Strings to export
Generated with MarkDoc