DataDictionary.Generated.SourceText.setAllComments C# (CSharp) Метод

setAllComments() публичный Метод

public setAllComments ( Lock aLock, System coll ) : void
aLock Lock
coll System
Результат void
        public void setAllComments(Lock aLock,System.Collections.ArrayList coll)
        {
            __setDirty(true);
            aComments = coll;
            NotifyControllers(aLock);
        }

Same methods

SourceText::setAllComments ( System coll ) : void