相关考题
-
单项选择题
您要反序列化发生前立即运行的一种方法中使用哪个事件?()
A.OnSerializing
B.OnDeserializing
C.OnSerialized
D.OnDeserialized -
单项选择题
Dictionary枚举数返回哪种对象?()
A.Object
B.Generic KeyValuePairt object
C.Key
D.Value -
单项选择题
您在Hi-tech.com做应用程序开发。您正在编写类名为MyDictionary的自定义字典。您需要确保该字典是类型安全的字典。您应该使用哪个代码段?()
A.ClassMyDictionaryImplementsDictionary(OfString,String)
B.ClassMyDictionaryInheritsHashTable
C.ClassMyDictionaryImplementsIDictionary
D.
