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

AddDecimalSortKey() public method

public AddDecimalSortKey ( XmlCollation collation, decimal value ) : void
collation XmlCollation
value decimal
return void
        public void AddDecimalSortKey(XmlCollation collation, decimal value)
        {
            AppendSortKey(new XmlDecimalSortKey(value, collation));
        }