IntroductionLesson 1: Getting Started with C#Lesson 2: Operators, Types, and VariablesVariables and TypesThe Boolean TypeIntegral TypesFloating Point and Decimal TypesThe string TypeEscape SequencesC# OperatorsThe Array TypeSummaryLesson 3: Control Statements - SelectionThe if StatementThe if-else statementThe switch StatementBranching StatementsLesson 4: Control Statements - LoopsThe while LoopThe do while LoopThe for LoopThe foreach LoopLesson 5: MethodsMethod StructureLesson 6: NamespacesNamespace DeclarationLesson 7: Introduction to ClassesClassesLesson 8: Class InheritanceLesson 9: PolymorphismPolymorphismLesson 10: PropertiesOverview of PropertiesCreating Auto-Implemented PropertiesCreating a Write-Only PropertyCreating Read-Only PropertiesEncapsulating Type State with PropertiesTraditional Encapsulation Without PropertiesLesson 11: IndexersIndexersOverloaded IndexersInheritance 12.Lesson 11: Indexers # This lesson teaches C# Indexers. Our objectives are as follows: Understand What Indexers Are For. Implement an Indexer. Overload Indexers. Understand How to Implement Multi-Parameter Indexers. Was this helpful? Yes No Suggest edit « Traditional Encapsulation Without PropertiesIndexers » Suggest Edit Captcha : Submit