Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
TimeSpanToAtomicValue()
static
XmlAtomicValue
System.Xml.Xsl.Runtime.XmlILStorageConverter.TimeSpanToAtomicValue
(
TimeSpan
value
,
int
index
,
XmlQueryRuntime
runtime
)
inline
static
Definition at line
56
of file
XmlILStorageConverter.cs
.
57
{
58
return
new
XmlAtomicValue
(
runtime
.GetXmlType(
index
).SchemaType,
value
);
59
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Schema.XmlAtomicValue
Definition
XmlAtomicValue.cs:8
System.ExceptionArgument.value
@ value
System.ExceptionArgument.index
@ index
References
System.index
, and
System.value
.
System
Xml
Xsl
Runtime
XmlILStorageConverter
Generated by
1.10.0