[This is preliminary documentation and is subject to change.]
Represents an YAML stream.
| C# | Visual Basic | Visual C++ |
public class YamlStream : IEnumerable<YamlDocument>, IEnumerable
Public Class YamlStream _ Implements IEnumerable(Of YamlDocument), IEnumerable
public ref class YamlStream : IEnumerable<YamlDocument^>, IEnumerable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| YamlStream()()()() |
Initializes a new instance of the YamlStream class.
| |
| YamlStream(array<YamlDocument>[]()[][]) |
Initializes a new instance of the YamlStream class.
| |
| YamlStream(IEnumerable<(Of <<'(YamlDocument>)>>)) |
Initializes a new instance of the YamlStream class.
| |
| Accept(IYamlVisitor) |
Accepts the specified visitor by calling the appropriate Visit method on it.
| |
| Add(YamlDocument) |
Adds the specified document to the Documents collection.
| |
| Documents |
Gets the documents inside the stream.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetEnumerator()()()() | ||
| GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType()()()() | Gets the type of the current instance. (Inherited from Object.) | |
| Load(TextReader) |
Loads the stream from the specified input.
| |
| MemberwiseClone()()()() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Save(TextWriter) |
Saves the stream to the specified output.
| |
| ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| YamlStream | |