Skip to content

Commit

Permalink
VB Test
Browse files Browse the repository at this point in the history
  • Loading branch information
Youssef1313 committed Jan 5, 2021
1 parent 55094d3 commit 902beca
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,12 @@ End Sub
Public Sub SomeNotSupportedMethod()
Throw New System.NotSupportedException()
End Sub
Default Public ReadOnly Property Item(x As Integer) As Integer
Get
Return 42
End Get
End Property
End Class
Public Class Generic(Of T)
Expand Down

0 comments on commit 902beca

Please sign in to comment.