mz.b Class
Definition
public class mz.b
Constructors
| Name | Description |
|---|---|
| mz.b | No summary available. |
mz.b Constructor
public mz.b(bool a, string b, Uri c)
Parameters
a bool
b string
c Uri
Methods
| Name | Description |
|---|---|
| <Clone>$ | No summary available. |
| Deconstruct | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No 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
a Property
public bool a { get; set; }
b Property
public string b { get; set; }
c Property
public Uri c { get; set; }