单项选择题
A.System Base B.System Type C.System Int32 D.System Value
设计类MyClass时,若希望字段data只能被同一程序集的其他类访问,可将该字段的询问修饰符设为()A.in...
单项选择题设计类MyClass时,若希望字段data只能被同一程序集的其他类访问,可将该字段的询问修饰符设为()
A.internal B.protected C.private D.public E.internal protected
接口IMyInterface中只包含一个属性MyName.该属性满足: ...
接口IMyInterface中只包含一个属性MyName.该属性满足: 公有 可读可写 字符串类刑 则该接口的定义应为()
A.interface MyInterface{string MyName{get;set;}} B.interface MyInterface{int MyName{get;set;}} C.interface MyInterface{string MyName{get{}set{}} D.interface MyInterface{string MyName{get{};set{};}
为了创建一个位标记类型,应在枚举类型的定义前附加()属性。A.[Bits]B.[Tags]C.[Int32]D...
单项选择题为了创建一个位标记类型,应在枚举类型的定义前附加()属性。
A.[Bits] B.[Tags] C.[Int32] D.[Flags]