c#.net中的部分类究竟是什么?
create button
{
call constorctor
}
使用Windows窗体应用程序时在c#.net中创建部分类的对象。
答案 0 :(得分:0)
按照以下链接进行部分类定义, https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/classes-and-structs/partial-classes-and-methods
您可以像创建任何其他类对象一样创建分部类的对象。 例如classname obj = new classname();