public StringStringMap(StringStringMap other) : this(AppUtilPINVOKE.new_StringStringMap__SWIG_1(StringStringMap.getCPtr(other)), true) { if (AppUtilPINVOKE.SWIGPendingException.Pending) { throw AppUtilPINVOKE.SWIGPendingException.Retrieve(); } }
public StringStringMapEnumerator(StringStringMap collection) { this.collectionRef = collection; this.keyCollection = new List <string>(collection.Keys); this.currentIndex = -1; this.currentObject = null; this.currentSize = this.collectionRef.Count; }
internal static HandleRef getCPtr(StringStringMap obj) { return((obj != null) ? obj.swigCPtr : new HandleRef(null, IntPtr.Zero)); }