Skip to content

Commit

Permalink
Change "indexer" to "property" (dotnet#6491)
Browse files Browse the repository at this point in the history
  • Loading branch information
BillWagner authored Jul 17, 2018
1 parent 641c13b commit d324230
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ helpviewer_keywords:
ms.assetid: 6503e9ed-33d7-44ec-b4c1-cc16c084b795
---
# Interface Properties (C# Programming Guide)
Properties can be declared on an [interface](../../../csharp/language-reference/keywords/interface.md). The following is an example of an interface indexer accessor:
Properties can be declared on an [interface](../../../csharp/language-reference/keywords/interface.md). The following is an example of an interface property accessor:

[!code-csharp[csProgGuideProperties#14](../../../csharp/programming-guide/classes-and-structs/codesnippet/CSharp/interface-properties_1.cs)]

Expand Down

0 comments on commit d324230

Please sign in to comment.