ArgBuilder provides an argument value used by the MethodBinder. One ArgBuilder exists for each physical parameter defined on a method. Contrast this with ParameterWrapper which represents the logical argument passed to the method.
Example #1
0
 internal VariantBuilder(VarEnum targetComType, ArgBuilder builder)
 {
     _targetComType = targetComType;
     _argBuilder    = builder;
 }
Example #2
0
 internal VariantBuilder(VarEnum targetComType, ArgBuilder builder) {
     _targetComType = targetComType;
     _argBuilder = builder;
 }