YamlDotNet - A .NET library for parsing and emitting YAML
YamlStream Class
NamespacesYamlDotNet.RepresentationModelYamlStream

[This is preliminary documentation and is subject to change.]

Represents an YAML stream.
Declaration Syntax
C#Visual BasicVisual C++
public class YamlStream : IEnumerable<YamlDocument>, 
	IEnumerable
Public Class YamlStream _
	Implements IEnumerable(Of YamlDocument), IEnumerable
public ref class YamlStream : IEnumerable<YamlDocument^>, 
	IEnumerable
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
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)
Determines whether the specified Object is equal to the current 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.)
Inheritance Hierarchy
Object
YamlStream

Assembly: YamlDotNet.RepresentationModel (Module: YamlDotNet.RepresentationModel) Version: 0.2.4456.17949