Represents a text-encoded attachment.

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

Syntax

C#
[SerializableAttribute]
public sealed class TextAttachment : Attachment, 
	IEquatable<TextAttachment>
Visual Basic (Declaration)
<SerializableAttribute> _
Public NotInheritable Class TextAttachment _
	Inherits Attachment _
	Implements IEquatable(Of TextAttachment)

Inheritance Hierarchy

System..::.Object
  Gallio.Common.Markup..::.Attachment
    Gallio.Common.Markup..::.TextAttachment

See Also