[This is preliminary documentation and is subject to change.]
Gets the documents inside the stream.
| C# | Visual Basic | Visual C++ |
public IList<YamlDocument> Documents { get; }
Public ReadOnly Property Documents As IList(Of YamlDocument) Get
public: property IList<YamlDocument^>^ Documents { IList<YamlDocument^>^ get (); }
The documents.