相关考题
-
单项选择题
使用C#编程过程中,方法Directory.GetDirectories()返回值的类型为()
A.void
B.int[]
C.double[]
D.string[] -
单项选择题
使用C#编程过程中,string类中判断字符串不为空使用的API是()
A.Format
B.IsNullOrEmpty
C.Concat
D.Compare -
单项选择题
使用C#编程过程中,对void表述正确的是()
A.布尔类型的返回值
B.String类型的返回值
C.int类型的返回值
D.无返回值
