Skip to main content

aq.a Class

Definition

Assembly:Avalonia.Controls.VirtualKeyboard
Package:Avalonia.Controls.VirtualKeyboard
public class aq.a

Inheritance: object -> aq.a

Implements: IEquatable<a>

Constructors

NameDescription
aq.aNo summary available.

aq.a Constructor

public aq.a(string a, string b, bool c)

Parameters

a string

b string

c bool

Methods

NameDescription
<Clone>$No summary available.
DeconstructNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo 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

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

a Property

public string a { get; set; }

b Property

public string b { get; set; }

c Property

public bool c { get; set; }