Ajeet Mishra
What is the Difference between Indexers and Properties?
By Ajeet Mishra in .NET on Sep 07 2015
  • Munesh Sharma
    May, 2016 31

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

    • 0
  • Ajeet Mishra
    Sep, 2015 7

    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

    • 0


Most Popular Job Functions


MOST LIKED QUESTIONS