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