ExprListQ Method

Tells whether the Expr represents a Wolfram Language list (that is, it has head List). Works like the Wolfram Language function ListQ.

Definition

Namespace: Wolfram.NETLink
Assembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
C#
public bool ListQ()

Return Value

Boolean
true, if the Expr has head List; false otherwise.

See Also