public BaseLocationPtrSet(BaseLocationPtrSet other) : this(bwtaPINVOKE.new_BaseLocationPtrSet__SWIG_1(BaseLocationPtrSet.getCPtr(other)), true)
 {
     if (bwtaPINVOKE.SWIGPendingException.Pending)
     {
         throw bwtaPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public BaseLocationPtrSetEnumerator(BaseLocationPtrSet collection)
 {
     collectionRef = collection;
     keyCollection = new global::System.Collections.Generic.List <BaseLocation>(collection.Values);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(BaseLocationPtrSet obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#4
0
        public virtual BaseLocationPtrSet getBaseLocations()
        {
            BaseLocationPtrSet ret = new BaseLocationPtrSet(bwtaPINVOKE.Region_getBaseLocations(swigCPtr), false);

            return(ret);
        }
示例#5
0
        public static BaseLocationPtrSet getStartLocations()
        {
            BaseLocationPtrSet ret = new BaseLocationPtrSet(bwtaPINVOKE.getStartLocations(), false);

            return(ret);
        }