ORM Sample Class Library

CollectionTemplate.IBindingList.Find Method 

[Visual Basic]
Function Find( _
   ByVal property As PropertyDescriptor, _
   ByVal key As Object _
) As Integer Implements _
   IBindingList.Find
[C#]
int IBindingList.Find(
   PropertyDescriptor property,
   object key
);

Implements

IBindingList.Find

See Also

CollectionTemplate Class | OrmLib Namespace


4]

mments on this topic.

Copyright Olero Software Inc. 2002-2004

Generated from assembly OrmLib [1.6.2.29984]

">Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.