Great! I didn't realize square brackets was already working. Thanks for the quick reply, Shay.
On Sat, Aug 22, 2009 at 11:40 PM, Tomas Matousek < [email protected]> wrote: > A default indexer is mapped to “[]” method, so you don’t need to use > get_Item. > > > > I wouldn’t actually expect get_Item to be mapped to get_item since we > already map GetItem to get_item. > > > > Tomas > > > > *From:* [email protected] [mailto: > [email protected]] *On Behalf Of *Shay Friedman > *Sent:* Saturday, August 22, 2009 9:57 AM > *To:* [email protected] > *Subject:* [Ironruby-core] Accessing CLR Indexers > > > > Hi there, > > Currently, when you want to access a CLR indexer, it is possible via the > get_Item method. > The name of the method is a bit confusing because of the casing - get_Item > and not get_item as you would expect. > > Is it possible to change it to lowercase? > > Thanks, > Shay. > > --------------------------- > Shay Friedman > http://www.ironshay.com > Follow me: http://twitter.com/ironshay > > _______________________________________________ > Ironruby-core mailing list > [email protected] > http://rubyforge.org/mailman/listinfo/ironruby-core > >
_______________________________________________ Ironruby-core mailing list [email protected] http://rubyforge.org/mailman/listinfo/ironruby-core
