Skip to main content

x.a Struct

Definition

Assembly:Avalonia.Controls.RichTextEditor
Package:Avalonia.Controls.RichTextEditor
public struct x.a

Inheritance: ValueType -> x.a

Implements: IEquatable<a>

Constructors

NameDescription
x.aNo summary available.

x.a Constructor

public x.a(byte[] a, string b, string c)

Parameters

a byte[]

b string

c string

Methods

NameDescription
DeconstructNo summary available.
Equals (2 overloads)No summary available.
GetHashCodeNo summary available.
ToStringNo summary available.

Deconstruct Method

public void Deconstruct(byte[]& Data, string& MimeType, string& Name)

Parameters

Data byte[]&

MimeType string&

Name string&

Equals overloads

Equals Method

public bool Equals(object obj)
Parameters

obj object

Returns

bool

Equals Method

public bool Equals(x.a other)
Parameters

other x.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 byte[] a { get; set; }

b Property

public string b { get; set; }

c Property

public string c { get; set; }