Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Int64ToAtomicValue()
static
XmlAtomicValue
System.Xml.Xsl.Runtime.XmlILStorageConverter.Int64ToAtomicValue
(
long
value
,
int
index
,
XmlQueryRuntime
runtime
)
inline
static
Definition at line
21
of file
XmlILStorageConverter.cs
.
22
{
23
return
new
XmlAtomicValue
(
runtime
.GetXmlType(
index
).SchemaType,
value
);
24
}
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