Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InnerXml
override
string
System.Xml.XmlEntity.InnerXml
get
set
Definition at line
67
of file
XmlEntity.cs
.
68
{
69
get
70
{
71
return
string
.Empty;
72
}
73
set
74
{
75
throw
new
InvalidOperationException
(
System
.
SR
.
Xdom_Set_InnerXml
);
76
}
77
}
System.SR.Xdom_Set_InnerXml
static string Xdom_Set_InnerXml
Definition
SR.cs:1302
System.SR
Definition
SR.cs:7
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System
Definition
BlockingCollection.cs:8
System
Xml
XmlEntity
Generated by
1.10.0