add_entryv
Description:
[
Version ( since =
"0.20.8" ) ]
public void add_entryv (
string[] entries)
Add a list of entries to a WhiteList.
This is a helper function to directly add a null-terminated array of string usually aquired from commandline args.
Parameters:
| this |
A WhiteList
|
| entries |
A null-terminated list of strings
|