Private _datasource As Dictionary(Of String, String) = New Dictionary(Of String, String)
    Public ReadOnly Property DataSource() As Dictionary(Of String, String)        Get            If ViewState("ds") Is Nothing Then
                ViewState("ds") = _datasource
            End If            Return CType(ViewState("ds"), Dictionary(Of String, String))
        End Get
    End Property
错误
错误 107 未定义类型“Dictionary”。 E:\CMS资料\DNNLiteCMS\controls\OtherSetting.ascx.vb 8 64 E:\CMS资料\DNNLiteCMS\
标注红色的Dictionary可以转到定义啊
代码错误?
我是下载的代码