回答編集履歴

1

修正

2017/05/09 08:19

投稿

Zuishin
Zuishin

スコア28660

test CHANGED
@@ -1,4 +1,4 @@
1
- ```C#
1
+ ```VB
2
2
 
3
3
  test_Table.Columns.Add("JIKAN", Type.GetType("System.DateTime"))
4
4
 
@@ -10,7 +10,7 @@
10
10
 
11
11
 
12
12
 
13
- ```C#
13
+ ```VB
14
14
 
15
15
  test_Table.Columns.Add("JIKAN", GetType(System.DateTime))
16
16