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();
        }