public SoundBank Remove(int index) { SoundBank obj = SoundBankCollection[index]; SoundBankCollection.Remove(obj); return(obj); }
public void Remove(object obj) { SoundBankCollection.Remove(obj); }