void Add(TKey key, TValue value)
static XmlAtomicValue TimeSpanToAtomicValue(TimeSpan value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue DecimalToAtomicValue(decimal value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue XmlQualifiedNameToAtomicValue(XmlQualifiedName value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue BooleanToAtomicValue(bool value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue DateTimeToAtomicValue(DateTime value, int index, XmlQueryRuntime runtime)
static IList< XPathNavigator > ItemsToNavigators(IList< XPathItem > listItems)
static XmlAtomicValue DoubleToAtomicValue(double value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue Int32ToAtomicValue(int value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue StringToAtomicValue(string value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue BytesToAtomicValue(byte[] value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue SingleToAtomicValue(float value, int index, XmlQueryRuntime runtime)
static XmlAtomicValue Int64ToAtomicValue(long value, int index, XmlQueryRuntime runtime)
static IList< XPathItem > NavigatorsToItems(IList< XPathNavigator > listNavigators)