DataDictionary.Generated.Dictionary.insertTestRefs C# (CSharp) Method

insertTestRefs() public method

Part of the list interface for TestRefs This insertion function inserts a new element in the collection in TestRefs
public insertTestRefs ( int idx, FrameRef el ) : void
idx int the index where the insertion must take place
el FrameRef the element to insert
return void
        public void insertTestRefs(int idx, FrameRef el)
        {
            __setDirty(true);
              allTestRefs().Insert (idx, el);
            NotifyControllers(null);
        }

Same methods

Dictionary::insertTestRefs ( int idx, FrameRef el, Lock aLock ) : void