I\'m writing a C# programlet to crawl a directory and give me a listing of files whose date in the last CSV line is less than the current date. Since this is a programlet, I\'m
Correct, C# does not let you overload methods on return types only.
C#
Consider what happens if I just call dateStringGetter() without assignment of return value.
dateStringGetter()
Which method have I called?