LLDB.TypeList.Append C# (CSharp) Method

Append() public method

public Append ( LLDB type ) : void
type LLDB
return void
        public void Append(LLDB.Type type)
        {
            var arg0 = ReferenceEquals(type, null) ? new LLDB.Type.Internal() : *(LLDB.Type.Internal*) (type.__Instance);
            Internal.Append_0((__Instance + __PointerAdjustment), arg0);
        }