Class UriParamsIter
- Namespace
- GLib
- Assembly
- GLib-2.0.dll
public sealed class UriParamsIter
- Inheritance
-
UriParamsIter
- Inherited Members
Constructors
UriParamsIter()
public UriParamsIter()
UriParamsIter(UriParamsIterOwnedHandle)
public UriParamsIter(UriParamsIterOwnedHandle handle)
Parameters
handle
UriParamsIterOwnedHandle
Properties
Handle
public UriParamsIterOwnedHandle Handle { get; }
Property Value
Methods
Equals(UriParamsIter?)
public bool Equals(UriParamsIter? other)
Parameters
other
UriParamsIter
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
obj
objectThe object to compare with the current object.
Returns
GetHashCode()
Serves as the default hash function.
public override int GetHashCode()
Returns
- int
A hash code for the current object.
Init(string, long, string, UriParamsFlags)
[Version("2.66")]
public void Init(string @params, long length, string separators, UriParamsFlags flags)
Parameters
params
stringlength
longseparators
stringflags
UriParamsFlags
Next(out string?, out string?)
[Version("2.66")]
public bool Next(out string? attribute, out string? value)