.NET/Link API Version 1.7 USE FRAMES

Expr.Put Method 

Not intended for general use.

[Visual Basic]
Public Sub Put( _
   ByVal ml As IMathLink _
)
[C#]
public void Put(
   IMathLink ml
);

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

Expr Class | Wolfram.NETLink Namespace