aq.a Class
Definition
public class aq.a
Constructors
| Name | Description |
|---|---|
| aq.a | No summary available. |
aq.a Constructor
public aq.a(string a, string b, bool c)
Parameters
a string
b string
c bool
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 aq.a <Clone>$()
Returns
aq.a
Deconstruct Method
public void Deconstruct(string& Name, string& KeyboardName, bool& EnableProximityCharsCorrection)
Parameters
Name string&
KeyboardName string&
EnableProximityCharsCorrection bool&
Equals overloads
Equals Method
public bool Equals(object obj)
Parameters
obj object
Returns
bool
Equals Method
public bool Equals(aq.a other)
Parameters
other aq.a
Returns
bool
GetHashCode Method
public int GetHashCode()
Returns
int
ToString Method
public string ToString()
Returns
string
Properties
a Property
public string a { get; set; }
b Property
public string b { get; set; }
c Property
public bool c { get; set; }