Inheritance: Asn1Object, IEnumerable
            public Asn1SetParserImpl(
				Asn1Set outer)
            {
                this.outer = outer;
                this.max = outer.Count;
            }