Esempio n. 1
0
 public SoundParameterList(SoundParameterList other) : this(SharpMochaPINVOKE.new_SoundParameterList__SWIG_1(SoundParameterList.getCPtr(other)), true)
 {
     if (SharpMochaPINVOKE.SWIGPendingException.Pending)
     {
         throw SharpMochaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public SoundParameterListEnumerator(SoundParameterList 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(SoundParameterList obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }