Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
◆
this[XmlQualifiedName name]
XmlSchemaObject
? System.Xml.Schema.XmlSchemaObjectTable.this[
XmlQualifiedName
name]
get
Definition at line
236
of file
XmlSchemaObjectTable.cs
.
237
{
238
get
239
{
240
if
(
_table
.
TryGetValue
(name,
out
var
value
))
241
{
242
return
value
;
243
}
244
return
null
;
245
}
246
}
System.Collections.Generic.Dictionary.TryGetValue
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
Definition
Dictionary.cs:1419
System.Collections.Generic.Dictionary
Definition
Dictionary.cs:14
System.Xml.Schema.XmlSchemaObjectTable._table
readonly Dictionary< XmlQualifiedName, XmlSchemaObject > _table
Definition
XmlSchemaObjectTable.cs:230
System.ExceptionArgument.value
@ value
System
Xml
Schema
XmlSchemaObjectTable
Generated by
1.10.0