J
james
In SQL Server there is @@NESTLEVEL which returns the current number of
levels down in a recursive function call. Is there a C# equivilant to get
the current level of a recursive method call? I would like to be able to
tell how many levels down I am at any given point.
thanks
JIM
levels down in a recursive function call. Is there a C# equivilant to get
the current level of a recursive method call? I would like to be able to
tell how many levels down I am at any given point.
thanks
JIM