CSMSL.IO.DtaReader.DtaReader C# (CSharp) 메소드

DtaReader() 공개 메소드

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

            _reader = new StreamReader(FilePath);
        }