Array class

From Catglobe Wiki
Revision as of 11:51, 22 September 2011 by Tungocman (talk | contribs)
Jump to: navigation, search

PLEASE INSERT CLASS NAME HERE




Methods

  • array OrderBy(Function comparer "Function that compares two objects of the same type. Must return a signed integer that indicates the relative values of first param A and second param B. Value Less than 0 : A is less than B.Value 0 : A equals B.Value Greater than 0 : A is greater than B.") - Sorts the elements of a sequence in ascending order by using a specified comparer.