Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
InnerXml
override
string
System.Xml.XmlNotation.InnerXml
get
set
Definition at line
25
of file
XmlNotation.cs
.
26
{
27
get
28
{
29
return
string
.Empty;
30
}
31
set
32
{
33
throw
new
InvalidOperationException
(
System
.
SR
.
Xdom_Set_InnerXml
);
34
}
35
}
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
XmlNotation
Generated by
1.10.0