Fix the build.
authorDuncan Mak <duncan.mak@xamarin.com>
Fri, 15 Feb 2013 23:00:26 +0000 (18:00 -0500)
committerDuncan Mak <duncan.mak@xamarin.com>
Fri, 15 Feb 2013 23:08:46 +0000 (18:08 -0500)
commitcebebfda5c24082c3f6ce26375db757c9ca49667
tree84d3a8d4ac65bcd17d28db327ce1a89976b4be5a
parent23a47db274096388a52224923750adfab71e2b10
Fix the build.

Mono.Documentation/webdoc.cs(199,87): warning CS0618: `Monodoc.Node.Nodes' is obsolete: `Use ChildNodes'
Mono.Documentation/webdoc.cs(199,87): error CS0266: Cannot implicitly convert type `System.Collections.ArrayList' to `System.Collections.Generic.IEnumerable<Monodoc.Node>'. An explicit conversion exists (are you missing a cast?)
Mono.Documentation/webdoc.cs(199,87): error CS1662: Cannot convert `lambda expression' to delegate type `System.Func<Monodoc.Node,System.Collections.Generic.IEnumerable<Monodoc.Node>>' because some of the return types in the block are not implicitly convertible to the delegate return type
Mono.Documentation/webdoc.cs(199,40): error CS1928: Type `Monodoc.Node' does not contain a member `TraverseDepthFirst' and the best extension method overload `Mono.Rocks.ObjectRocks.TraverseDepthFirst<Monodoc.Node,Monodoc.Node>(this Monodoc.Node, System.Func<Monodoc.Node,Monodoc.Node>, System.Func<Monodoc.Node,System.Collections.Generic.IEnumerable<Monodoc.Node>>)' has some invalid arguments
Mono.Rocks/ObjectRocks.cs(72,38): (Location of the symbol related to previous error)
Compilation failed: 3 error(s), 1 warnings
mcs/tools/mdoc/Mono.Documentation/webdoc.cs