[Ironruby-core] Code Review: Indexers2
Curt Hagenlocher
curth at microsoft.com
Tue Jan 13 19:42:08 EST 2009
Okay, the indentation problem in Utils.cs is fixed. :)
Changes are good.
-----Original Message-----
From: Tomas Matousek
Sent: Tuesday, January 13, 2009 4:36 PM
To: IronRuby External Code Reviewers
Cc: ironruby-core at rubyforge.org
Subject: Code Review: Indexers2
tfpt review "/shelveset:Indexers2;REDMOND\tomat"
Implements default indexer access: a call to [] and []= on an instance of a CLR class marked by DefaultMember(<member-name>) attribute is translated to get_<member-name> and set_<member-name>, respectively.
Also includes some minor refactoring.
Tomas
More information about the Ironruby-core
mailing list