public static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_std__listT_ArConfigArg_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
示例#2
0
        public bool getAncestorList(SWIGTYPE_p_std__listT_ArConfigArg_p_t ancestorListOut)
        {
            bool ret = AriaCSPINVOKE.ArConfigArg_getAncestorList(swigCPtr, SWIGTYPE_p_std__listT_ArConfigArg_p_t.getCPtr(ancestorListOut));

            return(ret);
        }