YamlDotNet - A .NET library for parsing and emitting YAML
Documents Property
NamespacesYamlDotNet.RepresentationModelYamlStreamDocuments

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

Gets the documents inside the stream.
Declaration Syntax
C#Visual BasicVisual C++
public IList<YamlDocument> Documents { get; }
Public ReadOnly Property Documents As IList(Of YamlDocument)
	Get
public:
property IList<YamlDocument^>^ Documents {
	IList<YamlDocument^>^ get ();
}
Value
The documents.

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