Rhino.Tools.Debugger.Dim.ContextData.FrameCount C# (CSharp) Method

FrameCount() public method

Returns the number of stack frames.
Returns the number of stack frames.
public FrameCount ( ) : int
return int
			public virtual int FrameCount()
			{
				return frameStack.Size();
			}