A base class for container for Inline.
public class ContainerInline : Inline, IInline, IMarkdownObject, IEnumerable<Inline>, IEnumerable
kind:method, kind:property, kind:ctor. Press Esc to clear.ContainerInline()Initializes a new instance of the ContainerInline class.FirstChildGets the first child.LastChildGets the last child.ParentBlockGets the parent block of this inline.AppendChild(Inline)Appends a child to this container.Clear()Clears this instance by removing all its children.ContainsChild(Inline)Checks if this instance contains the specified child.DumpChildTo(TextWriter, Int32)Performs the dump child to operation.EmbraceChildrenBy(ContainerInline)Embraces this instance by the specified container.FindDescendants<T>()Finds all the descendants.GetEnumerator()Gets enumerator.HasValidSpan(Boolean)Checks whether this container span is valid with respect to child inline spans.MoveChildrenAfter(Inline)Moves all the children of this container after the specified inline.OnChildInsert(Inline)Performs the on child insert operation.OnChildRemove(Inline)Performs the on child remove operation.TransferChildrenTo(ContainerInline)Transfers all children from this container to destination.UpdateSpanFromChildren(Boolean, Boolean)Updates this container span from its child inline spans.Descendants<T>(ContainerInline)Iterates over the descendant elements for the specified markdown Inline element and filters by the type T.