Read a list of integers from a file
Declaring type: Utils
Namespace: MyMediaLite.Util
Assembly: MyMediaLite
Collapse/Expand Syntax
C#
public static IList<int> ReadIntegers (
        string filename
) 
Parameters
filename
the name of the file to be read from
Return Value
a list of integers