FreeSWITCH.Native.freeswitch.switch_regex_free C# (CSharp) Метод

switch_regex_free() публичный статический Метод

public static switch_regex_free ( SWIGTYPE_p_void data ) : void
data SWIGTYPE_p_void
Результат void
        public static void switch_regex_free(SWIGTYPE_p_void data)
        {
            freeswitchPINVOKE.switch_regex_free(SWIGTYPE_p_void.getCPtr(data));
        }
freeswitch