Skip to main content

MBulletList Constructors

Containing Type: MBulletList

Assembly: DotMarkdown.dll

Overloads

ConstructorSummary
MBulletList()
MBulletList(MBulletList)
MBulletList(Object)
MBulletList(Object[])

MBulletList()

public MBulletList()

MBulletList(MBulletList)

public MBulletList(DotMarkdown.Linq.MBulletList other)

Parameters

other MBulletList

MBulletList(Object)

public MBulletList(object content)

Parameters

content Object

MBulletList(Object[])

public MBulletList(params object[] content)

Parameters

content Object[]