-
Notifications
You must be signed in to change notification settings - Fork 13
markdocdocumentation IDocElement
Denis Akopyan edited this page Mar 6, 2022
·
1 revision
Interface for element documentation
flowchart LR
classDef interfaceStyle stroke-dasharray: 5 5;
classDef abstractStyle stroke-width:4px
subgraph MarkDoc.Documentation
MarkDoc.Documentation.IDocElement[[IDocElement]]
class MarkDoc.Documentation.IDocElement interfaceStyle;
end
Type | Name | Methods |
---|---|---|
IDocumentation |
Documentation Element documentation |
get |
Lazy <IReadOnlyDictionary > |
Members Element members |
get |
string |
Name Element name |
get |
Interface for element documentation
public abstract string Name { get }
Element name
public abstract IDocumentation Documentation { get }
Element documentation
public abstract Lazy Members { get }
Element members
Generated with MarkDoc