ExcelConverter.ExcelReader.ExcelReader C# (CSharp) Метод

ExcelReader() публичный Метод

public ExcelReader ( string path ) : System.Collections.Generic
path string
Результат System.Collections.Generic
        public ExcelReader(string path)
        {
            _path = path;
        }