Skip to content

T_WolfCurses_EnumerableExtension

Maxwolf edited this page Jan 2, 2016 · 1 revision

EnumerableExtension Class

Collection of extension methods used for manipulating a enumerable collection of objects.

Inheritance Hierarchy

System.Object
  WolfCurses.EnumerableExtension
Namespace: WolfCurses
Assembly: WolfCurses (in WolfCurses.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#

public static class EnumerableExtension

The EnumerableExtension type exposes the following members.

Methods

 

Name Description
Public methodStatic member PickRandom(T)(IEnumerable(T)) Picks a random element from the list.
Public methodStatic member PickRandom(T)(IEnumerable(T), Int32) Picks a random element from the list.
Public methodStatic member Shuffle(T) Bubble sorts all the elements in the collection.
  Back to Top

Remarks

http://stackoverflow.com/a/2019433

Version Information

Wolf Curses

Supported in: 0.1

See Also

Reference

WolfCurses Namespace

Clone this wiki locally