Esempio n. 1
0
 public SoundHandleList(SoundHandleList other) : this(SharpMochaPINVOKE.new_SoundHandleList__SWIG_1(SoundHandleList.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public SoundHandleListEnumerator(SoundHandleList collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <string>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Esempio n. 3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SoundHandleList obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }