LLDB.TypeCategory.AddTypeFormat C# (CSharp) Method

AddTypeFormat() public method

public AddTypeFormat ( LLDB _0, LLDB _1 ) : bool
_0 LLDB
_1 LLDB
return bool
        public bool AddTypeFormat(LLDB.TypeNameSpecifier _0, LLDB.TypeFormat _1)
        {
            var arg0 = ReferenceEquals(_0, null) ? new LLDB.TypeNameSpecifier.Internal() : *(LLDB.TypeNameSpecifier.Internal*) (_0.__Instance);
            var arg1 = ReferenceEquals(_1, null) ? new LLDB.TypeFormat.Internal() : *(LLDB.TypeFormat.Internal*) (_1.__Instance);
            var __ret = Internal.AddTypeFormat_0((__Instance + __PointerAdjustment), arg0, arg1);
            return __ret;
        }