Table of Contents

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

UriParamsIterOwnedHandle

Methods

Equals(UriParamsIter?)

public bool Equals(UriParamsIter? other)

Parameters

other UriParamsIter

Returns

bool

Equals(object?)

Determines whether the specified object is equal to the current object.

public override bool Equals(object? obj)

Parameters

obj object

The object to compare with the current object.

Returns

bool

true if the specified object is equal to the current object; otherwise, false.

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 string
length long
separators string
flags UriParamsFlags

Next(out string?, out string?)

[Version("2.66")]
public bool Next(out string? attribute, out string? value)

Parameters

attribute string
value string

Returns

bool