DataDictionary.Generated.SourceText.getComments C# (CSharp) Method

getComments() public method

Part of the list interface for Comments This function returns an element from the collection in Comments based on an index.
public getComments ( int idx ) : SourceTextComment
idx int the index of the element to extract
return SourceTextComment
        public SourceTextComment getComments(int idx)
        {
            return (SourceTextComment) ( allComments()[idx]);
        }

Same methods

SourceText::getComments ( ) : ArrayList