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
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