File tree Expand file tree Collapse file tree 3 files changed +39
-0
lines changed
output-net6.0/syntax/VBMain
output-net7.0/syntax/VBMain Expand file tree Collapse file tree 3 files changed +39
-0
lines changed Original file line number Diff line number Diff line change 1+ Namespace VBMain
2+ Public Class CaseInsensitive
3+ Public Sub DifferentCase(wEiRdCaSiNg As String )
4+ Console.WriteLine(WeIrDcAsInG)
5+ End Sub
6+ End Class
7+ End Namespace
Original file line number Diff line number Diff line change 1+ Namespace VBMain
2+ ' ^^^^^^ reference scip-dotnet nuget . . VBMain/
3+ Public Class CaseInsensitive
4+ ' ^^^^^^^^^^^^^^^ definition scip-dotnet nuget . . VBMain/CaseInsensitive#
5+ ' documentation ```vb\nClass CaseInsensitive\n```
6+ Public Sub DifferentCase(wEiRdCaSiNg As String )
7+ ' ^^^^^^^^^^^^^ definition scip-dotnet nuget . . VBMain/CaseInsensitive#DifferentCase().
8+ ' documentation ```vb\nPublic Sub CaseInsensitive.DifferentCase(wEiRdCaSiNg As String)\n```
9+ ' ^^^^^^^^^^^ definition scip-dotnet nuget . . VBMain/CaseInsensitive#DifferentCase().(wEiRdCaSiNg)
10+ ' documentation ```vb\nwEiRdCaSiNg As String\n```
11+ Console.WriteLine(WeIrDcAsInG)
12+ ' ^^^^^^^^^^^ reference scip-dotnet nuget . . VBMain/CaseInsensitive#DifferentCase().(wEiRdCaSiNg)
13+ End Sub
14+ End Class
15+ End Namespace
Original file line number Diff line number Diff line change 1+ Namespace VBMain
2+ ' ^^^^^^ reference scip-dotnet nuget . . VBMain/
3+ Public Class CaseInsensitive
4+ ' ^^^^^^^^^^^^^^^ definition scip-dotnet nuget . . VBMain/CaseInsensitive#
5+ ' documentation ```vb\nClass CaseInsensitive\n```
6+ Public Sub DifferentCase(wEiRdCaSiNg As String )
7+ ' ^^^^^^^^^^^^^ definition scip-dotnet nuget . . VBMain/CaseInsensitive#DifferentCase().
8+ ' documentation ```vb\nPublic Sub CaseInsensitive.DifferentCase(wEiRdCaSiNg As String)\n```
9+ ' ^^^^^^^^^^^ definition scip-dotnet nuget . . VBMain/CaseInsensitive#DifferentCase().(wEiRdCaSiNg)
10+ ' documentation ```vb\nwEiRdCaSiNg As String\n```
11+ Console.WriteLine(WeIrDcAsInG)
12+ ' ^^^^^^^ reference scip-dotnet nuget System.Console 7.0.0.0 System/Console#
13+ ' ^^^^^^^^^ reference scip-dotnet nuget System.Console 7.0.0.0 System/Console#WriteLine(+11).
14+ ' ^^^^^^^^^^^ reference scip-dotnet nuget . . VBMain/CaseInsensitive#DifferentCase().(wEiRdCaSiNg)
15+ End Sub
16+ End Class
17+ End Namespace
You can’t perform that action at this time.
0 commit comments