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

appendComments() public method

Part of the list interface for Comments
public appendComments ( System coll ) : void
coll System a collection ofSourceTextComments to add to the collection in /// Comments
return void
        public void appendComments(System.Collections.IList coll)
        {
            __setDirty(true);
              allComments().XmlBAddRange(coll);
              acceptor.connectSons (this, coll);
            NotifyControllers(null);
        }

Same methods

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