LLDB.Block.GetFirstChild C# (CSharp) 메소드

GetFirstChild() 공개 메소드

public GetFirstChild ( ) : LLDB.Block
리턴 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);
        }