Skip to main content

MFactory.TableRow Method

Containing Type: MFactory

Assembly: DotMarkdown.dll

Overloads

MethodSummary
TableRow()
TableRow(MTableRow)
TableRow(Object)
TableRow(Object[])

TableRow()

public static DotMarkdown.Linq.MTableRow TableRow()

Returns

MTableRow

TableRow(MTableRow)

public static DotMarkdown.Linq.MTableRow TableRow(DotMarkdown.Linq.MTableRow other)

Parameters

other MTableRow

Returns

MTableRow

TableRow(Object)

public static DotMarkdown.Linq.MTableRow TableRow(object content)

Parameters

content Object

Returns

MTableRow

TableRow(Object[])

public static DotMarkdown.Linq.MTableRow TableRow(params object[] content)

Parameters

content Object[]

Returns

MTableRow