AOUT.CH7.LogAn.LogProvider.GetText C# (CSharp) Метод

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

public GetText ( string file, int fromLine, int toLine ) : string
file string
fromLine int
toLine int
Результат string
        public string GetText(string file,int fromLine,int toLine)
        {
            throw new NotImplementedException();
        }