コード例 #1
0
        public void InputTypeInitialization()
        {
            Type type = typeof(Hashtable);
            DictionaryExporter exporter = new DictionaryExporter(type);

            Assert.AreSame(type, exporter.InputType);
        }
コード例 #2
0
 public void InputTypeInitialization()
 {
     Type type = typeof(Hashtable);
     DictionaryExporter exporter = new DictionaryExporter(type);
     Assert.AreSame(type, exporter.InputType);
 }