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

this() public method

Return the parts of the prime type.
public this ( int index ) : XmlQueryType
index int
return XmlQueryType
            public override XmlQueryType this[int index] {
                get { return this.prime[index]; }
                set { throw new NotSupportedException(); }
            }
        }
XmlQueryTypeFactory.SequenceType