MyMediaLite
Utils.ReadIntegers Method (StreamReader)
Syntax
Collapse All
Read a list of integers from a StreamReader
Declaring type:
Utils
Namespace:
MyMediaLite.Util
Assembly:
MyMediaLite
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
Top
Generated by
ImmDoc .NET
.