Re: [DotNetDevelopment] Re: C# Conversion To VB.NET

2012-04-22 Thread nagesh govindu
Hi All, I have created a private assembly in c#. Now i want to make it to public assembly. How can i convert private assembly to public assembly. On 4/13/12, Mike Fry wrote: > On 2012/04/13 08:28, Cerebrus wrote: > >> Public Function Read(Of T As {Class, New})(ByVal stream As >> StreamReader) As

Re: [DotNetDevelopment] Re: C# Conversion To VB.NET

2012-04-13 Thread Mike Fry
On 2012/04/13 08:28, Cerebrus wrote: Public Function Read(Of T As {Class, New})(ByVal stream As StreamReader) As IEnumerable(Of T) Throw New NotImplementedException() End Function And yes, the curly brackets do look silly here. Thanks, one and all. I'm starting to stray into all sorts of e

[DotNetDevelopment] Re: C# Conversion To VB.NET

2012-04-12 Thread Cerebrus
Public Function Read(Of T As {Class, New})(ByVal stream As StreamReader) As IEnumerable(Of T) Throw New NotImplementedException() End Function And yes, the curly brackets do look silly here. On Apr 12, 1:43 pm, Mike Fry wrote: > Hi All, > > Can anyone provide an _exact_ VB.NET equivalent of th

[DotNetDevelopment] Re: C# Conversion To VB.NET

2012-04-12 Thread Rikin Patel
try this web link... http://converter.telerik.com/ or try this tool http://fishcodelib.com/Convert.htm i hope this will help u -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET