Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
Namespaces
bool
System.Xml.XmlTextWriter.Namespaces
get
set
Definition at line
400
of file
XmlTextWriter.cs
.
401
{
402
get
403
{
404
return
_namespaces
;
405
}
406
set
407
{
408
if
(
_currentState
!= 0)
409
{
410
throw
new
InvalidOperationException
(
System
.
SR
.
Xml_NotInWriteState
);
411
}
412
_namespaces
=
value
;
413
}
414
}
System.SR.Xml_NotInWriteState
static string Xml_NotInWriteState
Definition
SR.cs:358
System.SR
Definition
SR.cs:7
System.Xml.XmlTextWriter._namespaces
bool _namespaces
Definition
XmlTextWriter.cs:144
System.Xml.XmlTextWriter._currentState
State _currentState
Definition
XmlTextWriter.cs:134
System.Transactions.TransactionExceptionType.InvalidOperationException
@ InvalidOperationException
System.ExceptionArgument.value
@ value
System
Definition
BlockingCollection.cs:8
System
Xml
XmlTextWriter
Generated by
1.10.0