History
More...
|
| static List< string > | Insert (System.Collections.Generic.List< string > list, string element, bool insensitive) |
| | Insert string element into history or move it to the top More...
|
| |
| static List< string > | Insert (System.Collections.Generic.List< string > list, string element) |
| | Insert string element into history or move it to the top More...
|
| |
| static string [] | Insert (string[] array, string element) |
| | Insert string element into history or move it to the top More...
|
| |
◆ Insert() [1/3]
| static List<string> Energy.Base.History.Insert |
( |
System.Collections.Generic.List< string > |
list, |
|
|
string |
element, |
|
|
bool |
insensitive |
|
) |
| |
|
static |
Insert string element into history or move it to the top
- Parameters
-
| list | String list |
| element | String element |
| insensitive | Ignore case |
- Returns
- String list
◆ Insert() [2/3]
| static List<string> Energy.Base.History.Insert |
( |
System.Collections.Generic.List< string > |
list, |
|
|
string |
element |
|
) |
| |
|
static |
Insert string element into history or move it to the top
- Parameters
-
| list | String list |
| element | String element |
- Returns
- String list
◆ Insert() [3/3]
| static string [] Energy.Base.History.Insert |
( |
string [] |
array, |
|
|
string |
element |
|
) |
| |
|
static |
Insert string element into history or move it to the top
- Parameters
-
| array | String list |
| element | String element |
- Returns
- String array
The documentation for this class was generated from the following file: