Skip to main content

mz.b Class

Definition

Assembly:Avalonia.Controls.WebView
Package:Avalonia.Controls.WebView
public class mz.b

Inheritance: object -> mz.b

Implements: IEquatable<b>

Constructors

NameDescription
mz.bNo summary available.

mz.b Constructor

public mz.b(bool a, string b, Uri c)

Parameters

a bool

b string

c Uri

Methods

NameDescription
<Clone>$No summary available.
DeconstructNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

<Clone>$ Method

public mz.b <Clone>$()

Returns

mz.b

Deconstruct Method

public void Deconstruct(bool& IsSuccess, string& Content, Uri& RedirectUri)

Parameters

IsSuccess bool&

Content string&

RedirectUri Uri&

Equals overloads

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

Equals Method

public bool Equals(mz.b other)
Parameters

other mz.b

Returns

bool

GetHashCode Method

public int GetHashCode()

Returns

int

ToString Method

public string ToString()

Returns

string

Properties

NameDescription
aNo summary available.
bNo summary available.
cNo summary available.

a Property

public bool a { get; set; }

b Property

public string b { get; set; }

c Property

public Uri c { get; set; }