Class containing utility functions
Declaring type: Utils
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Public Delegates
  Name Description
Public Delegate task Delegate definition necessary to define MeasureTime
Collapse/Expand Public Methods
  Name Description
Public Method Static MeasureTime Measure how long an action takes
Public Method Static Memoize<A, R> Memoize a function
Public Method Static ReadIntegers Overloaded. Read a list of integers from a StreamReader
Public Method Static Shuffle<T> Shuffle a list in-place
Public Method Static Split Split a string
Public Method Static UnhandledExceptionHandler Install a handler for unhandled exceptions