gpt4 book ai didi

c# - Control.ControlCollection 类中的 "Control"是什么?

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

此类的 MSDN 页面有一个 Control.ControlCollection (Control) constructor .

但语法仅使用 ControlCollection。我很困惑点运算符前面的“Control”代表什么。

谢谢

最佳答案

ControlCollection 是一个嵌套类,在 Control 类中。这个例子应该更清楚:

public class Foo
{
public class Bar
{
public Bar() { }
}
}

var bar = new Foo.Bar();

在你的例子中,FooControlBarControlCollection,Syntax 部分指的是 public Bar() 部分。

关于c# - Control.ControlCollection 类中的 "Control"是什么?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41490126/

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