Skip to main content

MContainer Constructors

Containing Type: MContainer

Assembly: DotMarkdown.dll

Overloads

ConstructorSummary
MContainer()
MContainer(MContainer)
MContainer(Object)
MContainer(Object[])

MContainer()

protected MContainer()

MContainer(MContainer)

protected MContainer(DotMarkdown.Linq.MContainer other)

Parameters

other MContainer

MContainer(Object)

protected MContainer(object? content)

Parameters

content Object

MContainer(Object[])

protected MContainer(params object[]? content)

Parameters

content Object[]