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

setAllParagraphs() public method

public setAllParagraphs ( Lock aLock, System coll ) : void
aLock Lock
coll System
return void
        public void setAllParagraphs(Lock aLock,System.Collections.ArrayList coll)
        {
            __setDirty(true);
            aParagraphs = coll;
            NotifyControllers(aLock);
        }

Same methods

Paragraph::setAllParagraphs ( System coll ) : void