Пример #1
0
        public SoundBank Remove(int index)
        {
            SoundBank obj = SoundBankCollection[index];

            SoundBankCollection.Remove(obj);
            return(obj);
        }
Пример #2
0
 public void Remove(object obj)
 {
     SoundBankCollection.Remove(obj);
 }