ExprPut Method

Not intended for general use.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public void Put(
	IMathLink ml
)

Parameters

ml  IMathLink
 

Remarks

To write an Expr on a link, use the IMathLink.Put method instead. This method is only public because developers of IMathLink implementations must call it inside their Put methods if the object's type is Expr. Exprs know how to write themselves on a link.

See Also