コード例 #1
0
 public ModPathMultipleParameterBuilder(
     ISplitEnumerableIntoSubtypes splitEnumerableIntoSubtypes,
     IMakeModExist makeModExist)
 {
     SplitEnumerableIntoSubtypes = splitEnumerableIntoSubtypes;
     MakeModExist = makeModExist;
 }
コード例 #2
0
 public ModKeyParameterBuilder(IMakeModExist makeModExist)
 {
     MakeModExist = makeModExist;
 }