Base class for all syntax tree inlines.
public abstract class Inline : MarkdownObject, IInline, IMarkdownObject
kind:method, kind:property, kind:ctor. Press Esc to clear.Inline()Initializes a new instance of the Inline class.IsClosedGets or sets a value indicating whether this instance is closed.NextSiblingGets the next sibling inline.ParentGets the parent container of this inline.PreviousSiblingGets the previous inline.ContainsParentOfType<T>()Determines whether this instance contains a parent of the specified type.ContainsParentOrSiblingOfType<T>()Determines whether there is a sibling of the specified type among root-level siblings. This walks up to find the root container, then checks all siblings.DumpChildTo(TextWriter, Int32)Performs the dump child to operation.DumpTo(TextWriter, Int32)Dumps this instance to TextWriter.DumpTo(TextWriter)Dumps this instance to TextWriter.FindBestParent()Performs the find best parent operation.FindParentOfType<T>()Iterates on parents of the specified type.FirstParentOfType<T>()Performs the first parent of type t operation.InsertAfter(Inline)Inserts the specified inline after this instance.InsertBefore(Inline)Inserts the specified inline before this instance.OnChildInsert(Inline)Performs the on child insert operation.OnChildRemove(Inline)Performs the on child remove operation.Remove()Removes this instance from the current list and its parentReplaceBy(Inline, Boolean)Replaces this inline by the specified inline.