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

Get() public static method

Returns the ContextData for the given Context.
Returns the ContextData for the given Context.
public static Get ( Context cx ) : Dim.ContextData
cx Rhino.Context
return Dim.ContextData
			public static Dim.ContextData Get(Context cx)
			{
				return (Dim.ContextData)cx.GetDebuggerContextData();
			}