public WsdaMap(WsdaMap other) : this(msclPINVOKE.new_WsdaMap__SWIG_1(WsdaMap.getCPtr(other)), true) { if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } }
public WsdaMapEnumerator(WsdaMap collection) { collectionRef = collection; keyCollection = new global::System.Collections.Generic.List <string>(collection.Keys); currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public WsdaMap found() { WsdaMap ret = new WsdaMap(msclPINVOKE.WsdaFinder_found(swigCPtr), true); if (msclPINVOKE.SWIGPendingException.Pending) { throw msclPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(WsdaMap obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }