DataDictionary.Generated.Specification.deleteChapters C# (CSharp) Метод

deleteChapters() публичный Метод

Part of the list interface for Chapters This deletion function removes an element from the collection in Chapters
public deleteChapters ( int idx ) : void
idx int the index of the element to remove
Результат void
        public void deleteChapters(int idx)
        {
            __setDirty(true);
              allChapters().RemoveAt(idx);
            NotifyControllers(null);
        }

Same methods

Specification::deleteChapters ( int idx, Lock aLock ) : void