summaryT:DotNetNuke.Common.Lists.CachedCountryList

Namespace: DotNetNuke.Common.Lists
Assembly: DotNetNuke (in DotNetNuke.dll)

Syntax

C#
[SerializableAttribute]
public class CachedCountryList : Dictionary<string, CachedCountryList..::..Country>
Visual Basic
<SerializableAttribute>
Public Class CachedCountryList
	Inherits Dictionary(Of String, CachedCountryList..::..Country)

Inheritance Hierarchy

System..::..Object
  System.Collections.Generic..::..Dictionary<(Of <(<'String, CachedCountryList..::..Country>)>)>
    DotNetNuke.Common.Lists..::..CachedCountryList

See Also