prog.cs(20,34): error CS1061: Type `System.IO.DirectoryInfo' does not contain a definition for `EnumerateDirectories' and no extension method `EnumerateDirectories' of type `System.IO.DirectoryInfo' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(24,34): error CS1061: Type `System.IO.DirectoryInfo' does not contain a definition for `EnumerateFiles' and no extension method `EnumerateFiles' of type `System.IO.DirectoryInfo' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(34,38): error CS1061: Type `System.IO.DirectoryInfo' does not contain a definition for `EnumerateDirectories' and no extension method `EnumerateDirectories' of type `System.IO.DirectoryInfo' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
prog.cs(38,38): error CS1061: Type `System.IO.DirectoryInfo' does not contain a definition for `EnumerateFiles' and no extension method `EnumerateFiles' of type `System.IO.DirectoryInfo' could be found (are you missing a using directive or an assembly reference?)
/usr/lib/mono/2.0/mscorlib.dll (Location of the symbol related to previous error)
Compilation failed: 4 error(s), 0 warnings