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

appendMsgVariables() public method

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

Same methods

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