Wrapper class for any object that maps string key onto the object value (like Dictionary).

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

Syntax

C#
public abstract class StateVariable<T>
Visual Basic
Public MustInherit Class StateVariable(Of T)

Type Parameters

T
typeparamTT:DotNetNuke.Common.Utilities.StateVariable`1

Remarks