ExprArrayInit sealed class ExprArrayInit : ExprWithType Documentation Code public int DimensionSize { get; set; } public int[] DimensionSizes { get; set; } public bool GeneratedForParamArray { get; set; } public Expr OptionalArgumentDimensions { get; set; } public Expr OptionalArguments { get; set; } public ExprArrayInit(CType type)