AssemblyCSharp.TSVParser.IsEOF C# (CSharp) Method

IsEOF() protected method

protected IsEOF ( string line ) : bool
line string
return bool
        protected bool IsEOF(string[] line)
        {
            return line == null;
        }