.NET/Link API Version 1.7 USE FRAMES

Expr.ListQ Method 

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

[Visual Basic]
Public Function ListQ() As Boolean
[C#]
public bool ListQ();

Return Value

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

See Also

Expr Class | Wolfram.NETLink Namespace