9
1
Option Strict On
2
Imports System.Collections.Generic
3
Public Module Module1
4
Public Sub Main()
5
Dim foo As Stack(Of String) = New Stack(Of String)
6
'Or
7
Dim bar As New Stack(Of String)
8
End Sub
9
End Module
Cached Result
The Decrypted JSON Data is below :
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at Program.Main()
Command terminated by signal 6
Unhandled exception. System.NullReferenceException: Object reference not set to an instance of an object.
at Program.Main()
Command terminated by signal 6