System.Xml.Xsl.XmlQueryTypeFactory.ChoiceType.this C# (CSharp) Method

this() public method

Return a union member type by index.
public this ( int index ) : XmlQueryType
index int
return XmlQueryType
            public override XmlQueryType this[int index] {
                get { return this.members[index]; }
                set { throw new NotSupportedException(); }
            }
        }
XmlQueryTypeFactory.ChoiceType