Re: generating public int this[int index] {}
From: Jon Skeet [C# MVP] (skeet_at_pobox.com)
Date: 06/11/04
- Next message: Steph: "C# types"
- Previous message: 2G: "Re: generating public int this[int index] {}"
- In reply to: 2G: "Re: generating public int this[int index] {}"
- Next in thread: 2G: "Re: generating public int this[int index] {}"
- Reply: 2G: "Re: generating public int this[int index] {}"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 11 Jun 2004 15:29:27 +0100
2G <2G@pandora.be> wrote:
> Aah yes, thanks !! :), but I hate those "need to know things"
Well, to be fair it *is* specified in the docs for
CodeMemberProperty.Parameters:
<quote>
For any property that has the special name "Item" and one or more
parameters, it will declare an indexer property for the class. However,
not all languages support the declaration of indexers.
</quote>
-- Jon Skeet - <skeet@pobox.com> http://www.pobox.com/~skeet If replying to the group, please do not mail me too
- Next message: Steph: "C# types"
- Previous message: 2G: "Re: generating public int this[int index] {}"
- In reply to: 2G: "Re: generating public int this[int index] {}"
- Next in thread: 2G: "Re: generating public int this[int index] {}"
- Reply: 2G: "Re: generating public int this[int index] {}"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|