Rhino.Tools.Debugger.Dim.ContextData.FrameCount C# (CSharp) Méthode

FrameCount() public méthode

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