CSMSL.IO.DtaReader.DtaReader C# (CSharp) Method

DtaReader() public method

public DtaReader ( string filePath ) : System
filePath string
return System
        public DtaReader(string filePath)
        {
            FilePath = filePath;

            _reader = new StreamReader(FilePath);
        }