'Declaration Public ReadOnly Property Paragraphs As System.Collections.Generic.IList(Of TextParagraph)
public System.Collections.Generic.IList<TextParagraph> Paragraphs { get; }
public: __property System.Collections.Generic.IList<TextParagraph*>* get_Paragraphs();
public:
property System.Collections.Generic.IList<TextParagraph^>^ Paragraphs { System.Collections.Generic.IList<TextParagraph^>^ get(); }