Tells whether the Expr represents a Mathematica vector (that is, it has head List, and no parts are themselves lists). Works like the Mathematica function VectorQ.
The elements can be of any type (except lists).
public bool VectorQ();
Requires that every element be of the specified type.
public bool VectorQ(ExpressionType);
Expr Class | Wolfram.NETLink Namespace