ExprItem Property

Gets a part based on its position index. This is the indexer for the class.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public Expr this[
	int part
] { get; }

Parameters

part  Int32
 

Property Value

Expr

Remarks

Part numbers are just like in the Wolfram Language: 0 gives the head, and arguments are counted from 1 onward.

Exceptions

IndexOutOfRangeExceptionIf the part index is greater than the number of arguments.

See Also