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

◆ Contains() [1/4]

bool IDictionary. System.ComponentModel.PropertyDescriptorCollection.Contains ( object key)
inlineprivate

Definition at line 514 of file PropertyDescriptorCollection.cs.

515 {
516 if (key is string)
517 {
518 return this[(string)key] != null;
519 }
520 return false;
521 }

References System.key.