public PlainprgPerf() { _hugeArrayOfComplex = new PlainstHugeArrayOfComplex(); _hugeArrayOfPrimitive = new PlainstHugeArrayOfPrimitive(); _hugeStructureOfComplex = new PlainstHugeStructureOfComplex(); _hugeStructureOfPrimitive = new PlainstHugeStructureOfPrimitive(); }
public PlainstHugeArrayOfComplex CreatePlainerType() { var cloned = new PlainstHugeArrayOfComplex(); cloned.arr_of_complex = new PlainstComplex[1000]; Vortex.Connector.BuilderHelpers.Arrays.CreatePlainerType <PlainstComplex>(cloned.arr_of_complex); return(cloned); }
protected PlainstHugeArrayOfComplex CreatePlainerType(PlainstHugeArrayOfComplex cloned) { cloned.arr_of_complex = new PlainstComplex[1000]; Vortex.Connector.BuilderHelpers.Arrays.CreatePlainerType <PlainstComplex>(cloned.arr_of_complex); return(cloned); }