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() attribute is
translated to get_ and set_, respectively.

Also includes some minor refactoring.

Tomas

Okay, the indentation problem in Utils.cs is fixed. :slight_smile:

Changes are good.