A structured stream object represents a recursively structured stream of rich text that
supports embedded attachments, nested sections and marked regions. Each part of the
text is captured by a tag, some of which are composable and may therefore contain other tags.
Namespace:
Gallio.Common.MarkupAssembly: Gallio (in Gallio.dll) Version: 3.3.0.0 (3.3.459.0)
Syntax
| C# |
|---|
[SerializableAttribute] public sealed class StructuredStream : IMarkupStreamWritable |
| Visual Basic (Declaration) |
|---|
<SerializableAttribute> _ Public NotInheritable Class StructuredStream _ Implements IMarkupStreamWritable |
Remarks
It is effectively an xml-serializable representation of a markup stream written by a MarkupStreamWriter.
