Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IXmlDictionary.cs
Go to the documentation of this file.
1
using
System.Diagnostics.CodeAnalysis
;
2
3
namespace
System.Xml
;
4
5
public
interface
IXmlDictionary
6
{
7
bool
TryLookup
(
string
value
, [
NotNullWhen
(
true
)]
out
XmlDictionaryString
? result);
8
9
bool
TryLookup
(
int
key
, [
NotNullWhen
(
true
)]
out
XmlDictionaryString
? result);
10
11
bool
TryLookup
(
XmlDictionaryString
value
, [
NotNullWhen
(
true
)]
out
XmlDictionaryString
? result);
12
}
System.Xml.XmlDictionaryString
Definition
XmlDictionaryString.cs:8
System.Xml.IXmlDictionary.TryLookup
bool TryLookup(XmlDictionaryString value, [NotNullWhen(true)] out XmlDictionaryString? result)
System.Xml.IXmlDictionary.TryLookup
bool TryLookup(int key, [NotNullWhen(true)] out XmlDictionaryString? result)
System.Xml.IXmlDictionary.TryLookup
bool TryLookup(string value, [NotNullWhen(true)] out XmlDictionaryString? result)
System.Xml.IXmlDictionary
Definition
IXmlDictionary.cs:6
System.Diagnostics.CodeAnalysis
Definition
AllowNullAttribute.cs:1
System.Xml.ValueHandleType.Dictionary
@ Dictionary
System.Xml
Definition
BaseRegionIterator.cs:1
System.ExceptionArgument.value
@ value
System.ExceptionArgument.key
@ key
source
System.Private.DataContractSerialization
System.Xml
IXmlDictionary.cs
Generated by
1.10.0