LLDB.Block.GetFirstChild C# (CSharp) Method

GetFirstChild() public method

public GetFirstChild ( ) : LLDB.Block
return LLDB.Block
        public LLDB.Block GetFirstChild()
        {
            var __ret = new LLDB.Block.Internal();
            Internal.GetFirstChild_0((__Instance + __PointerAdjustment), new IntPtr(&__ret));
            return LLDB.Block.__CreateInstance(__ret);
        }