System.Xml.Xsl.XmlQueryTypeFactory.ChoiceType.this C# (CSharp) 메소드

this() 공개 메소드

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