質問編集履歴
1
誤記訂正
title
CHANGED
File without changes
|
body
CHANGED
@@ -1,5 +1,4 @@
|
|
1
1
|
###前提・実現したいこと
|
2
|
-
Public Class GenericClass(of TParam)
|
3
2
|
Public Class GenericClass(of TResult)
|
4
3
|
Public Class GenericClass(of TParam,TResult)
|
5
4
|
|
@@ -11,7 +10,6 @@
|
|
11
10
|
それに従いファイルを分けたときにファイル名で悩みます。
|
12
11
|
ファイル名=クラス名がわかりやすいためそのようにすると
|
13
12
|
|
14
|
-
GenericClassOfTParam.vb
|
15
13
|
GenericClassOfTResult.vb
|
16
14
|
GenericClassOfTParamAndTResult.vb
|
17
15
|
|