protected virtual void lateInit(ASN1InformationObjectSet ioset)
		{
			this.unique_TypeInfo = new UNIQUE_TypeInfo(ioset);
			
			base.Init();
																/*	
								this.RegisterTypes();
								this.numOfComponents = ComponentTypes.Length;
								this.Components = new ASN1Object[numOfComponents];
																*/
		}
Esempio n. 2
0
		public UNIQUE_TypeInfo(ASN1InformationObjectSet inputIOSet):this()
		{
			this.ioset = inputIOSet;
		}
Esempio n. 3
0
		public UNIQUE_TypeInfo(IParameterizedASN1Type parameterizedASN1Object):this()
		{
			ioset = parameterizedASN1Object.GetIOSet();
		}