DataDictionary.Generated.Folder.deleteTranslations C# (CSharp) 메소드

deleteTranslations() 공개 메소드

Part of the list interface for Translations This deletion function removes an element from the collection in Translations
public deleteTranslations ( int idx ) : void
idx int the index of the element to remove
리턴 void
        public void deleteTranslations(int idx)
        {
            __setDirty(true);
              allTranslations().RemoveAt(idx);
            NotifyControllers(null);
        }

Same methods

Folder::deleteTranslations ( int idx, Lock aLock ) : void