public ChokepointPtrSet(ChokepointPtrSet other) : this(bwtaPINVOKE.new_ChokepointPtrSet__SWIG_1(ChokepointPtrSet.getCPtr(other)), true) { if (bwtaPINVOKE.SWIGPendingException.Pending) { throw bwtaPINVOKE.SWIGPendingException.Retrieve(); } }
public ChokepointPtrSetEnumerator(ChokepointPtrSet collection) { collectionRef = collection; keyCollection = new global::System.Collections.Generic.List <Chokepoint>(collection.Values); currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(ChokepointPtrSet obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }
public virtual ChokepointPtrSet getChokepoints() { ChokepointPtrSet ret = new ChokepointPtrSet(bwtaPINVOKE.Region_getChokepoints(swigCPtr), false); return(ret); }
public static ChokepointPtrSet getChokepoints() { ChokepointPtrSet ret = new ChokepointPtrSet(bwtaPINVOKE.getChokepoints(), false); return(ret); }