Jump to content
Xtreme .Net Talk

Recommended Posts

  • Leaders
Posted
Many collection types work like this. This isn't a .Net thing. This is a C# thing (and it is available but not necessary in VB since the Item property is also available). In C# it's referred to as an indexer. In VB it is an indexed property that is also the default property. If you were using J# you would be using the get_Item function. It's all a matter of how the language presents the underlying IL.
[sIGPIC]e[/sIGPIC]

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...