ExprArrayIndex sealed class ExprArrayIndex : ExprWithType Documentation Code public Expr Array { get; set; } public Expr Index { get; set; } public ExprArrayIndex(CType type, Expr array, Expr index)