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

◆ TryGetValueForKey()

bool System.Dynamic.ExpandoObject.TryGetValueForKey ( string key,
out object value )
inlineprivate

Definition at line 656 of file ExpandoObject.cs.

657 {
658 return TryGetValue(null, -1, key, ignoreCase: false, out value);
659 }
bool TryGetValue(object indexClass, int index, string name, bool ignoreCase, out object value)

References System.key, System.Dynamic.ExpandoObject.TryGetValue(), and System.value.

Referenced by System.Dynamic.ExpandoObject.Contains(), and System.Dynamic.ExpandoObject.TryGetValue().