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

◆ Find()

int IBindingList. System.ComponentModel.BindingList< T >.Find ( PropertyDescriptor prop,
object key )
inlineprivate

Implements System.ComponentModel.IBindingList.

Definition at line 379 of file BindingList.cs.

380 {
381 return FindCore(prop, key);
382 }
virtual int FindCore(PropertyDescriptor prop, object key)

References System.ComponentModel.BindingList< T >.FindCore(), and System.key.