Skip to content

ArrayExtensions

kgazcurra edited this page Oct 9, 2018 · 3 revisions

Methods

  • GetRandomItem() - Returns a random item of the List/Array
  • Randomize() - Returns a new randomized(items changes places randomly) List/Array.

Getting Started

The only thing you need to do is to import the namespace of ProLibrary's extensions.

using KennethDevelops.ProLibrary.Extensions;

See Also

Clone this wiki locally