예제 #1
0
 internal VariantBuilder(VarEnum targetComType, ArgBuilder builder)
 {
     _targetComType = targetComType;
     _argBuilder = builder;
 }
예제 #2
0
 internal VariantBuilder(VarEnum targetComType, ArgBuilder builder)
 {
     _targetComType = targetComType;
     _argBuilder    = builder;
 }