public prgPerf() { PexPreConstructorParameterless(); _hugeArrayOfComplex = new stHugeArrayOfComplex(); _hugeArrayOfPrimitive = new stHugeArrayOfPrimitive(); _hugeStructureOfComplex = new stHugeStructureOfComplex(); _hugeStructureOfPrimitive = new stHugeStructureOfPrimitive(); AttributeName = ""; PexConstructorParameterless(); }
public prgPerf(Vortex.Connector.IVortexObject parent, string readableTail, string symbolTail) { this.@SymbolTail = symbolTail; this.@Connector = parent.GetConnector(); this.@ValueTags = new System.Collections.Generic.List <Vortex.Connector.IValueTag>(); this.@Parent = parent; _humanReadable = Vortex.Connector.IConnector.CreateSymbol(parent.HumanReadable, readableTail); this.Kids = new System.Collections.Generic.List <Vortex.Connector.IVortexElement>(); this.@Children = new System.Collections.Generic.List <Vortex.Connector.IVortexObject>(); PexPreConstructor(parent, readableTail, symbolTail); Symbol = Vortex.Connector.IConnector.CreateSymbol(parent.Symbol, symbolTail); _hugeArrayOfComplex = new stHugeArrayOfComplex(this, "", "hugeArrayOfComplex"); _hugeArrayOfPrimitive = new stHugeArrayOfPrimitive(this, "", "hugeArrayOfPrimitive"); _hugeStructureOfComplex = new stHugeStructureOfComplex(this, "", "hugeStructureOfComplex"); _hugeStructureOfPrimitive = new stHugeStructureOfPrimitive(this, "", "hugeStructureOfPrimitive"); AttributeName = ""; parent.AddChild(this); parent.AddKid(this); PexConstructor(parent, readableTail, symbolTail); }