FreeSWITCH.Native.switch_core_time_duration.getCPtr C# (CSharp) Method

getCPtr() static private method

static private getCPtr ( switch_core_time_duration obj ) : HandleRef
obj switch_core_time_duration
return System.Runtime.InteropServices.HandleRef
        internal static HandleRef getCPtr(switch_core_time_duration obj)
        {
            return (obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr;
        }