newbie question - VB to C# code

  • Thread starter Mr Not So Know It All
  • Start date
M

Mr Not So Know It All

im new to C# and NET. i found this code online. can someone help me
code this in C#

1: Public Class SamplePage
2: Inherits System.Web.UI.Page
3: Implements IResultContainer
4:
5: Private rr As Results
6: Public ReadOnly Property Result() As IResult Implements
IResultContainer.Result
7: Get
8: Return rr
9: End Get
10: End Property
11: ...
12: End Class

here is a link to the tutorial
http://www.openmymind.net/index.aspx?documentId=9#6

any help would be appreciated
 
M

Mr Not So Know It All

thanks for the help everyone.sorry bout the double post.

i'll try the code. that tutorial is a bit confusing. i appreciate the
time the author took to create the tutorial. i wish he would have
attached the code as a downloadable file. again, thanks for the help
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,774
Messages
2,569,598
Members
45,159
Latest member
SweetCalmCBDGummies
Top