相关考题
-
多项选择题
获取元数据的方式()
A.使用leftof()
B.使用C#的typeof运算符
C.使用GetType()方法
D.使用indexof() -
多项选择题
以下是C#提供的迭代结构种类的有()
A.for循环
B.foreach/in循环
C.while循环
D.do/while循环 -
单项选择题
使用枚举时可以通过()的成员来和名称/值对进行交互。
A.System.Enum
B.System.Class
C.System.LINQ
D.System.File
