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

AddIntegerSortKey() public method

public AddIntegerSortKey ( XmlCollation collation, long value ) : void
collation XmlCollation
value long
return void
        public void AddIntegerSortKey(XmlCollation collation, long value)
        {
            AppendSortKey(new XmlIntegerSortKey(value, collation));
        }