DataDictionary.Generated.Paragraph.getParagraphs C# (CSharp) Method

getParagraphs() private method

Part of the list interface for Paragraphs
private getParagraphs ( ) : ArrayList
return System.Collections.ArrayList
        private System.Collections.ArrayList getParagraphs()
        {
            return allParagraphs();
        }

Same methods

Paragraph::getParagraphs ( int idx ) : Paragraph