gpt4 book ai didi

c# - 这是什么语法 : using "this" in property in C#?

转载 作者:太空狗 更新时间:2023-10-29 20:44:06 24 4
gpt4 key购买 nike

我碰巧看到了这行代码:

public MyArray this [int index]{
get{
return array[index];
}
}

在 msdn 上哪里可以找到关于在属性中使用“this”的语法的文档?

除了常见的东西之外,是否有任何书籍涵盖了这种棘手的 C# 语法?

最佳答案

这是一个 indexer .

关于c# - 这是什么语法 : using "this" in property in C#?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3225516/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com