Courses
Tutorials
Practice
Data Structure
Java
Python
HTML
Interview Preparation
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
SQL
Web Development
System Design
Aptitude
GfG Premium
Similar Topics
Web Technologies
37.4K+ articles
DSA
22.8K+ articles
Python
21.3K+ articles
Experiences
16.6K+ articles
Interview Experiences
14.1K+ articles
JavaScript
12.2K+ articles
Misc
8.8K+ articles
Difference Between
3.6K+ articles
C#
1.9K+ articles
CSharp-OOP
38+ articles
CSharp-Indexers & Properties
6 posts
Recent Articles
Popular Articles
C# - Indexers Using String as an Index
Last Updated: 08 December 2022
Prerequisite: Properties in C#Indexers allow instances of a class or struct to be indexed just like arrays. By using indexers class will behave like a virtual array. The i...
read more
C#
CSharp-Indexers & Properties
Difference Between Properties and Indexers in C#
Last Updated: 24 July 2020
Properties in C# are named members that use access modifiers to set and retrieve values of fields declared in a secured manner. Properties are used for abstracting and enc...
read more
Difference Between
C#
CSharp-Indexers & Properties
C# Restrictions on Properties
Last Updated: 28 January 2025
Properties in C# are special class members that provide a flexible mechanism to read, write, or compute the value of a private field. They act as methods called accessors ...
read more
C#
Picked
CSharp-Indexers & Properties
C# - Overloading of Indexers
Last Updated: 04 February 2025
In C#, Indexer allows an instance of a class or struct to be indexed as an array. When an indexer is defined for a class, then that class will behave like a virtual array....
read more
Technical Scripter
C#
Picked
Technical Scripter 2018
CSharp-Indexers & Properties
C# Multidimensional Indexers
Last Updated: 06 February 2025
In C#, indexers are special members that allow objects to be indexed similarly to arrays. Multi-dimensional indexers in C# are the same as multidimensional arrays. We can ...
read more
C#
CSharp-Indexers & Properties
C# Properties
Last Updated: 01 February 2025
Properties are the special types of class members that provide a flexible mechanism to read, write, or compute the value of a private field. Properties function like publi...
read more
C#
CSharp-Indexers & Properties
We use cookies to ensure you have the best browsing experience on our website. By using our site, you acknowledge that you have read and understood our
Cookie Policy
&
Privacy Policy
Got It !