关于[C# in Simple Terms - Indexers]的摘要:
We have now come to the part in the C# in Simple Terms series where we can explore some cool but little-used C# features. Among these is the ability to access values in a class instance in the same way we access array values; we do this using a C# feature called indexers.
原文地址: https://exceptionnotfound.net/csharp-in-simple-terms-21-indexers/