Packages
glib-2.0
GLib
UriParamsIter
UriParamsIter
next
UriParamsIter
Object Hierarchy:
GLib.UriParamsIter
GLib.UriParamsIter
GLib.UriParamsIter
Description:
[
Version
( since =
"2.66"
) ]
public
struct
UriParamsIter
Namespace:
GLib
Package:
glib-2.0
Content:
Creation methods:
public
UriParamsIter
(
string
@params,
int
length =
-1
,
string
separators =
"&;"
,
UriParamsFlags
flags =
0
)
Methods:
public
bool
next
(
out
string
attribute =
null
,
out
string
value =
null
)
throws
Error