LLDB.Debugger.GetFormatForType C# (CSharp) Method

GetFormatForType() public method

public GetFormatForType ( LLDB _0 ) : LLDB.TypeFormat
_0 LLDB
return LLDB.TypeFormat
        public LLDB.TypeFormat GetFormatForType(LLDB.TypeNameSpecifier _0)
        {
            var arg0 = ReferenceEquals(_0, null) ? new LLDB.TypeNameSpecifier.Internal() : *(LLDB.TypeNameSpecifier.Internal*) (_0.__Instance);
            var __ret = Internal.GetFormatForType_0((__Instance + __PointerAdjustment), arg0);
            return LLDB.TypeFormat.__CreateInstance(__ret);
        }