ExprItem Property
Gets a part based on its position index. This is the indexer for the class.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
public Expr this[
int part
] { get; }
Public ReadOnly Default Property Item (
part As Integer
) As Expr
Get
public:
property Expr^ default[int part] {
Expr^ get (int part);
}
member Item : Expr with get
- part Int32
-
Expr
Part numbers are just like in the Wolfram Language: 0 gives the head, and arguments are counted from 1 onward.