System.Xml.Xsl.Runtime.XmlSortKeyAccumulator.AddIntSortKey C# (CSharp) Method

AddIntSortKey() public method

public AddIntSortKey ( XmlCollation collation, int value ) : void
collation XmlCollation
value int
return void
        public void AddIntSortKey(XmlCollation collation, int value)
        {
            AppendSortKey(new XmlIntSortKey(value, collation));
        }