Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ Add() [1/2]

void System.Xml.Serialization.XmlAttributeOverrides.Add ( Type type,
string member,
XmlAttributes? attributes )
inline

Definition at line 28 of file XmlAttributeOverrides.cs.

29 {
31 {
34 }
35 else if (value.ContainsKey(member))
36 {
38 }
39 value.Add(member, attributes);
40 }
bool TryGetValue(TKey key, [MaybeNullWhen(false)] out TValue value)
void Add(TKey key, TValue value)
static string Format(string resourceFormat, object p1)
Definition SR.cs:118
static string XmlAttributeSetAgain
Definition SR.cs:1422
Definition SR.cs:7
readonly Dictionary< Type, Dictionary< string, XmlAttributes > > _types

References System.Xml.Serialization.XmlAttributeOverrides._types, System.Collections.Generic.Dictionary< TKey, TValue >.Add(), System.Xml.Dictionary, System.SR.Format(), System.Collections.Generic.Dictionary< TKey, TValue >.TryGetValue(), System.type, System.value, and System.SR.XmlAttributeSetAgain.