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

switch_regex_free() public static method

public static switch_regex_free ( SWIGTYPE_p_void data ) : void
data SWIGTYPE_p_void
return void
        public static void switch_regex_free(SWIGTYPE_p_void data)
        {
            freeswitchPINVOKE.switch_regex_free(SWIGTYPE_p_void.getCPtr(data));
        }
freeswitch