Strong-typed collections

  • Thread starter Thread starter Lex
  • Start date Start date
L

Lex

Hi,

I'm looking for good guides about these arguments (possibly in VB.NET):

1) IBindingList interface implementation (with Filtering and Sorting
examples);
2) ITypedList interface implementation (with examples);
3) PropertyDescriptor inheritance and PropertyDescriptorCollection usage in
strongly-typed collections.

That's all... I tried with Google and I found some good (but incomplete)
material about IBindingList and ITypedList implementations.

Byez, Lex.
 
[CUT]

Sorry, I forgot to say: I'm using VS.NET 2003 so I'm looking for framework
..NET 1.1 stuff...

Thanks, Lex.
 
Back
Top