I have a custom class that wants to expose IList and ICollectionView.
Both interfaces define the length parameter and I get an "ambiguous
renference to length" error when I try to access length. I believe
this is essentially a namespace issue, but I don't know how to solve
it. Suggestions?

Reply via email to