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