summaryT:DotNetNuke.Common.SerializableKeyValuePair`2

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

Syntax

C#
[DataContractAttribute]
public class SerializableKeyValuePair<TKey, TValue>
Visual Basic
<DataContractAttribute> 
Public Class SerializableKeyValuePair(Of TKey, TValue)

Type Parameters

TKey
typeparamTKeyT:DotNetNuke.Common.SerializableKeyValuePair`2
TValue
typeparamTValueT:DotNetNuke.Common.SerializableKeyValuePair`2

Inheritance Hierarchy

System..::..Object
  DotNetNuke.Common..::..SerializableKeyValuePair<(Of <(<'TKey, TValue>)>)>

See Also