Skip to main content

MFactory.Strikethrough Method

Containing Type: MFactory

Assembly: DotMarkdown.dll

Overloads

MethodSummary
Strikethrough()
Strikethrough(MStrikethrough)
Strikethrough(Object)
Strikethrough(Object[])

Strikethrough()

public static DotMarkdown.Linq.MStrikethrough Strikethrough()

Returns

MStrikethrough

Strikethrough(MStrikethrough)

public static DotMarkdown.Linq.MStrikethrough Strikethrough(DotMarkdown.Linq.MStrikethrough other)

Parameters

other MStrikethrough

Returns

MStrikethrough

Strikethrough(Object)

public static DotMarkdown.Linq.MStrikethrough Strikethrough(object content)

Parameters

content Object

Returns

MStrikethrough

Strikethrough(Object[])

public static DotMarkdown.Linq.MStrikethrough Strikethrough(params object[] content)

Parameters

content Object[]

Returns

MStrikethrough