예제 #1
0
 public void StopAll()
 {
     //IL_000f: Unknown result type (might be due to invalid IL or missing references)
     foreach (SlotVector <ActiveSound> .ItemPair item in (SlotVector <ActiveSound>)_trackedSounds)
     {
         item.Value.Stop();
     }
     _trackedSounds.Clear();
 }
예제 #2
0
 public void StopAll()
 {
     //IL_000f: Unknown result type (might be due to invalid IL or missing references)
     foreach (ItemPair <ActiveSound> item in (IEnumerable <ItemPair <ActiveSound> >)_trackedSounds)
     {
         item.Value.Stop();
     }
     _trackedSounds.Clear();
 }