WIP (do not merge yet)
This commit is contained in:
brady gaster 2016-06-26 09:16:10 -07:00 коммит произвёл GitHub
Родитель 59394afc23
Коммит 41c7f19e52
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -76,7 +76,7 @@ Let's walk through some of the common scenarios for using *indexers*.
The code for all the samples is available at the core-docs [GitHub
repository](https://github.com/dotnet/core-docs). Or, you can
access the
[sample folder](https://github.com/dotnet/core-docs/tree/indexers-and-indexed-properties/samples/csharp-language/indexers)
[sample folder](https://github.com/dotnet/core-docs/tree/master/samples/csharp-language/indexers)
directly.
## Arrays and Vectors