System.Xml.Xsl.Runtime.XmlSortKeyAccumulator.AddIntSortKey C# (CSharp) Метод

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

public AddIntSortKey ( XmlCollation collation, int value ) : void
collation XmlCollation
value int
Результат void
        public void AddIntSortKey(XmlCollation collation, int value)
        {
            AppendSortKey(new XmlIntSortKey(value, collation));
        }