Skip to content

Class CSharpLib.Collections

Samuel edited this page May 16, 2021 · 1 revision

Class Collections contains methods for collection actions. The current overall list of methods and their functions are defined below:

  • GetLastElement(); - Gets the last element from the specified array of a supported type.
  • GetLastItem(); - Gets the last item from the specified list of a supported type.
  • GetMaxValue(); - Gets the largest numerical value from the specified array of a supported type.
  • GetMinValue(); - Gets the smallest numerical value from the specified array of a supported type.
  • ClearArray(); - Clears the specified array of all contents.
  • GetChar(); - Returns the character from the given string at the specified index.
  • GetIndexOfChar(); - Returns the index of the first occurrence of the given character from the specified string.