LLDB.TypeCategory.AddTypeSynthetic C# (CSharp) Method

AddTypeSynthetic() public method

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