Method | Description | |
---|---|---|
Evaluate ( Context context ) : object | ||
MakeContext ( object argument, Context context ) : Context | ||
MatchBody ( object head, IExpression body ) : System |
public MakeContext ( object argument, Context context ) : Context | ||
argument | object | |
context | Context | |
return | Context |
public MatchBody ( object head, IExpression body ) : System | ||
head | object | |
body | IExpression | |
return | System |