单项选择题
Which event would you use to run a method immediately after serialization occurs?()
A. OnSerializing
B. OnDeserializing
C. OnSerialized
D. OnDeserialized
点击查看答案
相关考题
-
单项选择题
您正在编写自定义字典。该自定义字典类名为MyDictionary。您需要确保该字典是类型安全的字典。您应该使用哪个代码段?()
A.A
B.B
C.C
D.D -
单项选择题
WhatkindofobjectdoesthegenericDictionaryenumeratorreturn?()
A. Object
B. Generic
C. Key
D. Value -
单项选择题
YouworkastheapplicationdeveloperatHi-Tech.com.YoucreateanewcustomdictionarynamedMyDictionary.ChoosethecodesegmentwhichwillensurethatMyDictionaryistypesafe?()
A. Class MyDictionary Implements Dictionary (Of String,String)
B. Class MyDictionary Inherits HashTable
C. Class MyDictionary Implements IDictionary
D. Class MyDictionary End Class Dim t as New Dictionary (Of String, String) Dim dict As MyDIctionary= CType (t,MyDictionary)
