一個未分配公共整型屬性的新實例對象讓我們有一個簡單的類與一個int屬性 public class SimpleClass {
public int myInt { get; set; }// for having a property and not "public int myInt;", see Jon Skeet remark
}
我實例化兩次分配敏或不 assig
錯誤地使用未分配的參數'q'和'g',請糾正我做錯的地方。提前致謝。 using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
class Program
{
static void Main(stri