LLDB.BreakpointLocation.IsResolved C# (CSharp) Method

IsResolved() public method

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