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
handleUriParamsIterOwnedHandle
Properties
Handle
public UriParamsIterOwnedHandle Handle { get; }
Property Value
Methods
Equals(UriParamsIter?)
public bool Equals(UriParamsIter? other)
Parameters
otherUriParamsIter
Returns
Equals(object?)
Determines whether the specified object is equal to the current object.
public override bool Equals(object? obj)
Parameters
objobjectThe 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, nint, string, UriParamsFlags)
[Version("2.66")]
public void Init(string @params, nint length, string separators, UriParamsFlags flags)
Parameters
paramsstringlengthnintseparatorsstringflagsUriParamsFlags
Next(out string?, out string?)
[Version("2.66")]
public bool Next(out string? attribute, out string? value)