Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
GenerateTempAssembly()
[3/3]
static
TempAssembly
System.Xml.Serialization.XmlSerializer.GenerateTempAssembly
(
XmlMapping
xmlMapping
,
Type
type
,
string
defaultNamespace
,
string
location
)
inline
static
package
Definition at line
345
of file
XmlSerializer.cs
.
346
{
347
if
(
xmlMapping
==
null
)
348
{
349
throw
new
ArgumentNullException(
"xmlMapping"
);
350
}
351
xmlMapping
.CheckShallow();
352
if
(
xmlMapping
.IsSoap)
353
{
354
return
null
;
355
}
356
return
new
TempAssembly(
new
XmlMapping[1] {
xmlMapping
},
new
Type
[1] {
type
}, defaultNamespace,
location
);
357
}
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Serialization.SoapAttributeFlags.Type
@ Type
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.ExceptionArgument.type
@ type
References
System.Xml.Dictionary
, and
System.type
.
System
Xml
Serialization
XmlSerializer
Generated by
1.10.0