Check whether the stack is not null, throw a EvaluationException if it is.

Namespace:  SingularSys.Jep.Functions
Assembly:  Jep (in Jep.dll) Version: 1.1.0.0 (1.0.0)

Syntax

C#
protected void CheckStack(
	Stack<Object> inStack
)
Visual Basic (Declaration)
Protected Sub CheckStack ( _
	inStack As Stack(Of Object) _
)
Visual C++
protected:
void CheckStack(
	Stack<Object^>^ inStack
)

Parameters

inStack
Type: System.Collections.Generic..::.Stack<(Of <(Object>)>)

See Also