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

switch_core_hash_find() public static method

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