[This is preliminary documentation and is subject to change.]
Initializes a new instance of the YamlStream class.
| C# | Visual Basic | Visual C++ |
public YamlStream( params YamlDocument[] documents )
Public Sub New ( _ ParamArray documents As YamlDocument() _ )
public: YamlStream( ... array<YamlDocument^>^ documents )
- documents (array<YamlDocument>[]()[][])
[Missing <param name="documents"/> documentation for "M:YamlDotNet.RepresentationModel.YamlStream.#ctor(YamlDotNet.RepresentationModel.YamlDocument[])"]