YamlDotNet - A .NET library for parsing and emitting YAML
YamlStream Constructor (documents)
NamespacesYamlDotNet.RepresentationModelYamlStreamYamlStream(array<YamlDocument>[]()[][])

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

Initializes a new instance of the YamlStream class.
Declaration Syntax
C#Visual BasicVisual C++
public YamlStream(
	params YamlDocument[] documents
)
Public Sub New ( _
	ParamArray documents As YamlDocument() _
)
public:
YamlStream(
	... array<YamlDocument^>^ documents
)
Parameters
documents (array<YamlDocument>[]()[][])

[Missing <param name="documents"/> documentation for "M:YamlDotNet.RepresentationModel.YamlStream.#ctor(YamlDotNet.RepresentationModel.YamlDocument[])"]

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