Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
XmlNameTable.cs
Go to the documentation of this file.
1
namespace
System.Xml
;
2
3
public
abstract
class
XmlNameTable
4
{
5
public
abstract
string
?
Get
(
char
[]
array
,
int
offset
,
int
length
);
6
7
public
abstract
string
?
Get
(
string
array
);
8
9
public
abstract
string
Add
(
char
[]
array
,
int
offset
,
int
length
);
10
11
public
abstract
string
Add
(
string
array
);
12
}
System.Xml.XmlNameTable.Add
string Add(char[] array, int offset, int length)
System.Xml.XmlNameTable.Get
string? Get(char[] array, int offset, int length)
System.Xml.XmlNameTable.Get
string? Get(string array)
System.Xml.XmlNameTable.Add
string Add(string array)
System.Xml.XmlNameTable
Definition
XmlNameTable.cs:4
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.length
@ length
System.ExceptionArgument.offset
@ offset
System.ExceptionArgument.array
@ array
source
System.Private.Xml
System.Xml
XmlNameTable.cs
Generated by
1.10.0