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

appendComments() public method

public appendComments ( System coll, Lock aLock ) : void
coll System
aLock Lock
return void
        public void appendComments(System.Collections.IList coll,Lock aLock)
        {
            __setDirty(true);
              allComments().XmlBAddRange(coll);
              acceptor.connectSons (this, coll);
            NotifyControllers(aLock);
        }

Same methods

SourceText::appendComments ( Lock aLock, SourceTextComment el ) : void
SourceText::appendComments ( SourceTextComment el ) : void
SourceText::appendComments ( System coll ) : void