An abstract container tag for representing tags that can contain other tags.

Namespace:  Gallio.Common.Markup.Tags
Assembly:  Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
[SerializableAttribute]
public abstract class ContainerTag : Tag, 
	ICloneable<ContainerTag>, ICloneable, IEquatable<ContainerTag>
Visual Basic (Declaration)
<SerializableAttribute> _
Public MustInherit Class ContainerTag _
	Inherits Tag _
	Implements ICloneable(Of ContainerTag), ICloneable,  _
	IEquatable(Of ContainerTag)

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Markup.Tags..::.Tag
    Gallio.Common.Markup.Tags..::.ContainerTag
      Gallio.Common.Markup.Tags..::.BodyTag
      Gallio.Common.Markup.Tags..::.MarkerTag
      Gallio.Common.Markup.Tags..::.SectionTag

See Also