Rhino.Tools.Debugger.Dim.ContextData.FrameCount C# (CSharp) 메소드

FrameCount() 공개 메소드

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