FreeSWITCH.Native.freeswitch.switch_hash_first C# (CSharp) Method

switch_hash_first() public static method

public static switch_hash_first ( string deprecate_me, SWIGTYPE_p_switch_hash hash ) : SWIGTYPE_p_HashElem
deprecate_me string
hash SWIGTYPE_p_switch_hash
return SWIGTYPE_p_HashElem
        public static SWIGTYPE_p_HashElem switch_hash_first(string deprecate_me, SWIGTYPE_p_switch_hash hash)
        {
            IntPtr cPtr = freeswitchPINVOKE.switch_hash_first(deprecate_me, SWIGTYPE_p_switch_hash.getCPtr(hash));
            SWIGTYPE_p_HashElem ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_HashElem(cPtr, false);
            return ret;
        }
freeswitch