Casper Class Library

CSPExprVar Class

An abstract class for representing the variable kind of expressions. Extends the abstract CSPExpr class.

For a list of all members of this type, see CSPExprVar Members.

System.Object
   CSPExpr
      CSPExprVar
         CSPExprVarBool
         CSPExprVarEnum
         CSPExprVarInt

public class CSPExprVar : CSPExpr

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Casper.Data

Assembly: Casper (in Casper.dll)

See Also

CSPExprVar Members | Casper.Data Namespace