2
Reply

What is the Difference between Indexers and Properties?

Ajeet Mishra

Ajeet Mishra

Sep 07, 2015
457
0

    http://www.c-sharpcorner.com/blogs/difference-between-indexers-and-properties1

    Munesh Sharma
    May 31, 2016
    0

    Indexers Indexers are created with this keyword Indexers are identified by signature Indexers are accessed using indexes Indexer are instance member, so can't be static Properties Properties don't require this keyword Properties are identified by their names Properties are accessed by their names Properties can be static as well as instance members

    Ajeet Mishra
    September 07, 2015
    0