ExprPut Method
Not intended for general use.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public void Put(
IMathLink ml
)
Public Sub Put (
ml As IMathLink
)
public:
void Put(
IMathLink^ ml
)
member Put :
ml : IMathLink -> unit
Parameters
- ml IMathLink
-
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.