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

◆ Contains() [1/2]

bool ICollection< KeyValuePair< string, object > >. System.Dynamic.ExpandoObject.Contains ( KeyValuePair< string, object > item)
inlineprivate

Definition at line 723 of file ExpandoObject.cs.

724 {
726 {
727 return false;
728 }
729 return object.Equals(value, item.Value);
730 }
bool TryGetValueForKey(string key, out object value)

References System.item, System.Dynamic.ExpandoObject.TryGetValueForKey(), and System.value.