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