ExprZeroInit sealed class ExprZeroInit : ExprWithType Documentation Code public bool IsConstructor { get; set; } public Expr OptionalArgument { get; set; } public Expr OptionalConstructorCall { get; set; } public ExprZeroInit(CType type)