gpt4 book ai didi

c# - 为什么我的 C# 构造函数无法使用我尝试使用的方法?

转载 作者:行者123 更新时间:2023-11-30 13:12:52 26 4
gpt4 key购买 nike

<分区>

也许我误解了构造函数的工作方式,但无论如何,我正在尝试创建一个数组并将其填充到构造函数中。

我有以下代码--

class ClsDeck
{
private string[] deck = new string[52];
private string[] hand = new string[12];
BuildDeck()
{
//lots of code assigning images to each individual element of the "deck" array.
}

//many other methods that need to be called by a form.
}

Visual Studio 2012 坚持该方法具有返回类型。我只是在 BuildDeck 方法中添加了“void”,错误就消失了,但是我看到的每个构造函数示例都必须与类同名,而且它是类中唯一的方法。

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