System.Xml.Xsl.XmlQueryTypeFactory.SequenceType.this C# (CSharp) Метод

this() публичный Метод

Return the parts of the prime type.
public this ( int index ) : XmlQueryType
index int
Результат XmlQueryType
            public override XmlQueryType this[int index] {
                get { return this.prime[index]; }
                set { throw new NotSupportedException(); }
            }
        }
XmlQueryTypeFactory.SequenceType