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