Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
IsUri()
[2/2]
bool
System.Xml.XmlBaseReader.Namespace.IsUri
(
XmlDictionaryString
s
)
inline
Definition at line
980
of file
XmlBaseReader.cs
.
981
{
982
if
((
object
)
s
.Value ==
_uriString
)
983
{
984
return
true
;
985
}
986
if
(
_uri
==
s
)
987
{
988
_uriString
=
s
.Value;
989
return
true
;
990
}
991
return
false
;
992
}
System.Xml.XmlBaseReader.Namespace._uriString
string _uriString
Definition
XmlBaseReader.cs:923
System.Xml.XmlBaseReader.Namespace._uri
readonly StringHandle _uri
Definition
XmlBaseReader.cs:917
System.ExceptionArgument.s
@ s
References
System.s
.
System
Xml
XmlBaseReader
Namespace
Generated by
1.10.0