Gets the document comments

Namespace:  IpernityNET.IpernityObjects
Assembly:  IpernityNET (in IpernityNET.dll) Version: 0.3.1.0 (0.3.1.0)

Syntax

C#
public IDictionary<int, Comment> Comments { get; internal set; }
Visual Basic (Declaration)
Public Property Comments As IDictionary(Of Integer, Comment)
Visual C++
public:
property IDictionary<int, Comment^>^ Comments {
	IDictionary<int, Comment^>^ get ();
	void set (IDictionary<int, Comment^>^ value);
}

See Also