Example #1
0
 public UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtr(UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtr other) : this(CNTKLibPINVOKE.new_UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtr__SWIG_1(UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtr.getCPtr(other)), true)
 {
     if (CNTKLibPINVOKE.SWIGPendingException.Pending)
     {
         throw CNTKLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Example #2
0
 public UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtrEnumerator(UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtr collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <StreamInformation>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Example #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UnorderedMapStreamInformationPairNDArrayViewPtrNDArrayViewPtr obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }