|
ms
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
I am trying to convert a file from C# to VB.NET - need help.Hello,
Here is the code snippet I got strucked at. I am unable to convert the below line of code to its equavalent vb.net code. could some one please help me with this? [DataObjectMethod(DataObjectMethodType.Select, true)] static public List<RoleData> GetRoles() { return GetRoles(null, false); } Thanks -L Our Instant VB C# to VB converter produces:
<DataObjectMethod(DataObjectMethodType.Select, True)> _ Shared Public Function GetRoles() As List(Of RoleData) Return GetRoles(Nothing, False) End Function -- Show quoteHide quoteDavid Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter & VB to C++ converter Instant J#: VB to J# converter "Learner" wrote: > Hello, > Here is the code snippet I got strucked at. > I am unable to convert the below line of code to its equavalent vb.net > code. could some one please help me with this? > > [DataObjectMethod(DataObjectMethodType.Select, true)] > static public List<RoleData> GetRoles() > { > return GetRoles(null, false); > } > > > Thanks > -L > >
Other interesting topics
I am trying to convert a file from C# to VB.NET - need help.
DLL does not load Dynamically RunTime Error - After my web site running 2 or 3 days Detection of nullable types... Modulo ShowInTaskbar Causing Blank Form/Hang Uninstall a service from code without using InstallUtil.exe AppDomain & finding assemblies [.NET 2.0] [C#.NET 2.0] ViewState and EventHandlers I am trying to convert a file from C# to VB.NET - need help. |
|||||||||||||||||||||||