DataDictionary.Generated.Message.appendMsgVariables C# (CSharp) Method

appendMsgVariables() public method

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

Same methods

Message::appendMsgVariables ( Lock aLock, MsgVariable el ) : void
Message::appendMsgVariables ( MsgVariable el ) : void
Message::appendMsgVariables ( System coll, Lock aLock ) : void