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

setAllComments() public method

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

Same methods

SourceText::setAllComments ( System coll ) : void