gpt4 book ai didi

c# - 在结构中声明的新 protected 成员

转载 作者:太空狗 更新时间:2023-10-30 00:26:02 25 4
gpt4 key购买 nike

C# 编译器提示以下代码包含在结构中声明的新 protected 成员。有什么问题?

struct Foo {
protected Object _bar;
}

最佳答案

来自MSDN docs :

A struct cannot be abstract and is always implicitly sealed.

看起来 C# 希望您使用“private”而不是 protected。

关于c# - 在结构中声明的新 protected 成员,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13690026/

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