public SoundHandleList(SoundHandleList other) : this(SharpMochaPINVOKE.new_SoundHandleList__SWIG_1(SoundHandleList.getCPtr(other)), true) { if (SharpMochaPINVOKE.SWIGPendingException.Pending) { throw SharpMochaPINVOKE.SWIGPendingException.Retrieve(); } }
public SoundHandleListEnumerator(SoundHandleList collection) { collectionRef = collection; keyCollection = new global::System.Collections.Generic.List <string>(collection.Keys); currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
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); }