Click or drag to resize

SequenceCheckingEnvironmentCheckProcedureMethodCall Method

Overload List
  NameDescription
Public methodCheckProcedureMethodCall(SequenceExpression, SequenceComputationProcedureMethodCall)
Helper for checking procedure method calls. Checks whether called entity exists, type checks the input, type checks the output. Throws an exception when an error is found.
Public methodCheckProcedureMethodCall(SequenceVariable, SequenceComputationProcedureMethodCall)
Helper for checking procedure method calls. Checks whether called entity exists, type checks the input, type checks the output. Throws an exception when an error is found.
Top
See Also