Elin Decompiled Documentation EA 23.102 Nightly
Loading...
Searching...
No Matches
ShippingResult.Item Class Reference

Public Attributes

string[] _strs = new string[3]
 

Properties

string text [get, set]
 
int income [get, set]
 

Detailed Description

Definition at line 6 of file ShippingResult.cs.

Member Data Documentation

◆ _strs

string [] ShippingResult.Item._strs = new string[3]

Definition at line 9 of file ShippingResult.cs.

Property Documentation

◆ income

int ShippingResult.Item.income
getset

Definition at line 23 of file ShippingResult.cs.

24 {
25 get
26 {
27 return _strs[1].ToInt();
28 }
29 set
30 {
31 _strs[1] = value.ToString() ?? "";
32 }
33 }

◆ text

string ShippingResult.Item.text
getset

Definition at line 11 of file ShippingResult.cs.

12 {
13 get
14 {
15 return _strs[0];
16 }
17 set
18 {
19 _strs[0] = value;
20 }
21 }

The documentation for this class was generated from the following file: