gpt4 book ai didi

C#,是否可以避免定义私有(private)字段并仍然在公共(public)字段上使用 set/get?

转载 作者:太空宇宙 更新时间:2023-11-03 19:36:34 25 4
gpt4 key购买 nike

像这样:

public String text {get; set{
// here comes some setter checking / setter logic
// finally assign the value to the var without using the setter
<is_there_a_"without_setter"_keyword?> text = value;
}
}

最佳答案

没有办法做到这一点

关于C#,是否可以避免定义私有(private)字段并仍然在公共(public)字段上使用 set/get?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1205000/

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