Energy Core Library
Energy.Base.History Class Reference

History More...

Static Public Member Functions

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...
 

Detailed Description

Member Function Documentation

◆ 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
listString list
elementString element
insensitiveIgnore 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
listString list
elementString 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
arrayString list
elementString element
Returns
String array

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