Permalink
Fetching contributors…
Cannot retrieve contributors at this time
|
Module Class1 |
|
|
|
Sub Main() |
|
|
|
Dim example As String = "Hello" |
|
' Call to extension method Print. |
|
example.Print() |
|
|
|
' Call to instance method ToUpper. |
|
example.ToUpper() |
|
example.ToUpper.Print() |
|
|
|
End Sub |
|
|
|
End Module |
You can't perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.