Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ilist Implementation
Message
From
06/10/2003 12:01:01
 
 
To
06/10/2003 11:13:37
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
00835387
Message ID:
00835415
Views:
7
This message has been marked as the solution to the initial question of the thread.
You can change implementation of the IList interface:
Property IlistItem(index As Integer) As Object Implements System.Collection.Ilist.Item 
You do not have to have same name of the property as implemented member.

Btw. this is the reason for C#'s syntax:
object IList.this[int index]
where IList is needed to distinguish between two properties.

Plamen Ivanov
MCSD .NET Early Achiever and MCAD .NET Charter Member (VB .NET/SQL Server 2000)
MCSD (VB 6.0/SQL Server 2000)

VB (.NET) - what other language do you need in the whole Universe?...

Previous
Next
Reply
Map
View

Click here to load this message in the networking platform