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