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