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