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

deleteNameSpaceRefs() public method

Part of the list interface for NameSpaceRefs This deletion function removes an element from the collection in NameSpaceRefs
public deleteNameSpaceRefs ( int idx ) : void
idx int the index of the element to remove
return void
        public void deleteNameSpaceRefs(int idx)
        {
            __setDirty(true);
              allNameSpaceRefs().RemoveAt(idx);
            NotifyControllers(null);
        }

Same methods

Dictionary::deleteNameSpaceRefs ( int idx, Lock aLock ) : void