DataDictionary.Generated.SourceText.allComments C# (CSharp) 메소드

allComments() 공개 메소드

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