MFactory.TableRow Method
Containing Type: MFactory
Assembly: DotMarkdown.dll
Overloads
| Method | Summary |
|---|---|
| TableRow() | |
| TableRow(MTableRow) | |
| TableRow(Object) | |
| TableRow(Object[]) |
TableRow()
public static DotMarkdown.Linq.MTableRow TableRow()
Returns
TableRow(MTableRow)
public static DotMarkdown.Linq.MTableRow TableRow(DotMarkdown.Linq.MTableRow other)
Parameters
other MTableRow
Returns
TableRow(Object)
public static DotMarkdown.Linq.MTableRow TableRow(object content)
Parameters
content Object
Returns
TableRow(Object[])
public static DotMarkdown.Linq.MTableRow TableRow(params object[] content)
Parameters
content Object[]