LLDB.Debugger.SetUseColor C# (CSharp) Метод

SetUseColor() публичный Метод

public SetUseColor ( bool use_color ) : bool
use_color bool
Результат bool
        public bool SetUseColor(bool use_color)
        {
            var __ret = Internal.SetUseColor_0((__Instance + __PointerAdjustment), use_color);
            return __ret;
        }