MBlockContainer Constructors
Containing Type: MBlockContainer
Assembly: DotMarkdown.dll
Overloads
| Constructor | Summary |
|---|---|
| MBlockContainer() | |
| MBlockContainer(MBlockContainer) | |
| MBlockContainer(Object) | |
| MBlockContainer(Object[]) |
MBlockContainer()
protected MBlockContainer()
MBlockContainer(MBlockContainer)
protected MBlockContainer(DotMarkdown.Linq.MBlockContainer other)
Parameters
other MBlockContainer
MBlockContainer(Object)
protected MBlockContainer(object? content)
Parameters
content Object
MBlockContainer(Object[])
protected MBlockContainer(params object[]? content)
Parameters
content Object[]