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