x.a Struct
Definition
public struct x.a
Constructors
| Name | Description |
|---|---|
| x.a | No summary available. |
x.a Constructor
public x.a(byte[] a, string b, string c)
Parameters
a byte[]
b string
c string
Methods
| Name | Description |
|---|---|
| Deconstruct | No summary available. |
| Equals (2 overloads) | No summary available. |
| GetHashCode | No summary available. |
| ToString | No 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
a Property
public byte[] a { get; set; }
b Property
public string b { get; set; }
c Property
public string c { get; set; }