LLDB.TypeCategory.GetSyntheticForType C# (CSharp) Method

GetSyntheticForType() public method

public GetSyntheticForType ( LLDB _0 ) : LLDB.TypeSynthetic
_0 LLDB
return LLDB.TypeSynthetic
        public LLDB.TypeSynthetic GetSyntheticForType(LLDB.TypeNameSpecifier _0)
        {
            var arg0 = ReferenceEquals(_0, null) ? new LLDB.TypeNameSpecifier.Internal() : *(LLDB.TypeNameSpecifier.Internal*) (_0.__Instance);
            var __ret = new LLDB.TypeSynthetic.Internal();
            Internal.GetSyntheticForType_0(new IntPtr(&__ret), (__Instance + __PointerAdjustment), arg0);
            return LLDB.TypeSynthetic.__CreateInstance(__ret);
        }