set_simple_valist
Description:
public void set_simple_valist (string field, va_list varargs)
Sets fields in a Caps.
The arguments must be passed in the same manner as @set, and be null
-terminated.
Parameters:
this |
the Caps to set
|
field |
first field to set
|
varargs |
additional parameters
|