In VB9, there's a bug when using XML literals with any type member that is a protected keyword. For example, given the following psuedo types, Class Doc Public Property [Imports]() As List( Of DocImports) End Class Class DocImports Public Property [Namespace]() As String End Class The following code...
Posted to
@ Head
(Weblog)
by
bill
on
11-20-2007
Filed under: VB, Orcas, LINQ, DevCenter, VS2008, Bug