bigloo.foreign.get_trace_stack C# (CSharp) Method

get_trace_stack() public static method

public static get_trace_stack ( int depth ) : Object
depth int
return Object
        public static Object get_trace_stack( int depth )
        {
            return stack_trace.get( depth );
        }
foreign