public XS0_outputsType (
		) {
			outputcollection_ = new 
#if !NET_1_1
				OGenSimpleCollection<XS_outputType>()
#else
				XS_outputTypeCollection()
#endif
			;
		}
Example #2
0
        public XS0_outputsType(
            )
        {
            outputcollection_ = new
#if !NET_1_1
                                OGenSimpleCollection <XS_outputType>()
#else
                                XS_outputTypeCollection()
#endif
            ;
        }