单项选择题
使用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.无返回值 -
单项选择题
使用C#编程过程中,File类里,实现文件拷贝的API是下列哪个选项()
A.Move
B.ArrayCopy
C.CopyTo
D.Copy
