A.System Int16
B.System Int32
C.System Single
D.System Int64
您可能感興趣的試卷
你可能感興趣的試題
A.System Object
B.System Type
C.System Value
D.System Int32
A.枚舉
B.結(jié)構(gòu)
C.接口
D.類
類MyClass定義如下:
現(xiàn)在需要添加一個類構(gòu)造函數(shù)。下列選項中哪個是正確的?()
A.static MyClass(){……}
B.static MyClass(inti){……]
C.public static MyClass(){……}
D.public MyClass(){……}
A.System Base
B.System Type
C.System Int32
D.System Value
A.internal
B.protected
C.private
D.public
E.internal protected
最新試題
在C#WinForms程序中,以下不屬于Label屬性的一項是()
在C#開發(fā)的Windows應用程序中,下列能夠把Form窗體顯示為模式窗體對話框的是()
在C#WinForms程序中,以下關于Timer控件說法正確的是()
以下屬于Command對象的方法是()
在C#中,使用()關鍵字來導入命名空間。
下列()對象可用于DataSet中填充數(shù)據(jù)以及將修改后的數(shù)據(jù)更新至數(shù)據(jù)庫。
在程序中創(chuàng)建一個DataSet對象ds和一個SqlDataAdapter對象dap,若要將數(shù)據(jù)庫中的Singer表的數(shù)據(jù)填充至ds對象的SingerList表中,則下列語句正確的是()
以下關于MessageBox.Show()方法中4個參數(shù),說法正確的是()
在c#窗體應用程序中,Panel、GroupBox、TabControl等分組控件,有時候也被稱之為()
在WinForms窗體中,單選按鈕(RadioButton)控件的()屬性用于獲取或設置控件是否已選中。