Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
IgnoreReferenceResolver.cs
Go to the documentation of this file.
2
4
6{
8
9 internal override void PopReferenceForCycleDetection()
10 {
12 }
13
14 internal override bool ContainsReferenceForCycleDetection(object value)
15 {
17 }
18
28
29 public override void AddReference(string referenceId, object value)
30 {
31 throw new InvalidOperationException();
32 }
33
34 public override string GetReference(object value, out bool alreadyExists)
35 {
36 throw new InvalidOperationException();
37 }
38
39 public override object ResolveReference(string referenceId)
40 {
41 throw new InvalidOperationException();
42 }
43}
bool ICollection< KeyValuePair< TKey, TValue > >. Contains(KeyValuePair< TKey, TValue > keyValuePair)
override void AddReference(string referenceId, object value)
override string GetReference(object value, out bool alreadyExists)