Skip to main content

MBlockQuote Class

Namespace: DotMarkdown.Linq

Assembly: DotMarkdown.dll

public class MBlockQuote : DotMarkdown.Linq.MBlockContainer

Inheritance

Object MObject MElement MContainer MBlockContainer MBlockQuote

Constructors

ConstructorSummary
MBlockQuote()
MBlockQuote(MBlockQuote)
MBlockQuote(Object)
MBlockQuote(Object[])

Properties

PropertySummary
Document(Inherited from MObject)
FirstElement(Inherited from MContainer)
IsEmpty(Inherited from MContainer)
Kind(Overrides MObject.Kind)
LastElement(Inherited from MContainer)
NextElement(Inherited from MElement)
Parent(Inherited from MObject)
PreviousElement(Inherited from MElement)

Methods

MethodSummary
Add(Object)(Inherited from MContainer)
Add(Object[])(Inherited from MContainer)
Ancestors()(Inherited from MElement)
AncestorsAndSelf()(Inherited from MContainer)
Descendants()(Inherited from MContainer)
DescendantsAndSelf()(Inherited from MContainer)
Elements()(Inherited from MContainer)
ElementsAfterSelf()(Inherited from MElement)
ElementsBeforeSelf()(Inherited from MElement)
Equals(Object)(Inherited from Object)
GetHashCode()(Inherited from Object)
GetType()(Inherited from Object)
MemberwiseClone()(Inherited from Object)
Remove()(Inherited from MElement)
RemoveAll()(Inherited from MContainer)
Save(MarkdownWriter)(Inherited from MElement)
Save(Stream, MarkdownFormat)(Inherited from MElement)
Save(String, MarkdownFormat)(Inherited from MElement)
Save(TextWriter, MarkdownFormat)(Inherited from MElement)
ToString()(Inherited from MElement)
ToString(MarkdownFormat)(Inherited from MElement)
ToString(MarkdownWriterSettings)(Inherited from MElement)
WriteTo(MarkdownWriter)(Overrides MElement.WriteTo)