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

allComments() public method

Part of the list interface for Comments
public allComments ( ) : ArrayList
return System.Collections.ArrayList
        public System.Collections.ArrayList allComments()
        {
            if (aComments == null){
            setAllComments( new System.Collections.ArrayList() );
            } // If
            return aComments;
        }