LLDB.TypeNameSpecifier.IsRegex C# (CSharp) Method

IsRegex() public method

public IsRegex ( ) : bool
return bool
        public bool IsRegex()
        {
            var __ret = Internal.IsRegex_0((__Instance + __PointerAdjustment));
            return __ret;
        }