Ver Mensaje Individual
  #1 (permalink)  
Antiguo 06/08/2009, 02:17
chcma
 
Fecha de Ingreso: junio-2003
Ubicación: Asturias
Mensajes: 2.429
Antigüedad: 21 años, 8 meses
Puntos: 7
Traducción C# a VB

Buenas foreros.

¿Saben como se haría esta instrucción en VB .NET 3.5?

Código:
ManagedPage objPaginaGestionada = this.GestorPagina.Where(pagina => pagina.NombrePagina.Trim().ToLower() == this.NombrePaginaActual.Trim().ToLower()).FirstOrDefault<ManagedPage>();
__________________
Charlie.