ExprListQ Method
Tells whether the Expr represents a Wolfram Language list (that is, it has head List).
Works like the Wolfram Language function ListQ.
Namespace: Wolfram.NETLinkAssembly: Wolfram.NETLink (in Wolfram.NETLink.dll) Version: 2.0.0.0
Public Function ListQ As Boolean
member ListQ : unit -> bool
Return Value
Booleantrue, if the Expr has head List; false otherwise.