Show / Hide Table of Contents

Class SerializableKeyValuePair<TKey, TValue>

Inheritance
object
SerializableKeyValuePair<TKey, TValue>
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: DotNetNuke.Common
Assembly: DotNetNuke.dll
Syntax
[DataContract]
public class SerializableKeyValuePair<TKey, TValue>
Type Parameters
Name Description
TKey
TValue

Constructors

SerializableKeyValuePair(TKey, TValue)

Declaration
public SerializableKeyValuePair(TKey key, TValue value)
Parameters
Type Name Description
TKey key
TValue value

Properties

Key

Declaration
[DataMember(Name = "key")]
public TKey Key { get; set; }
Property Value
Type Description
TKey

Value

Declaration
[DataMember(Name = "value")]
public TValue Value { get; set; }
Property Value
Type Description
TValue

Methods

ToString()

Declaration
public override string ToString()
Returns
Type Description
string
Overrides
object.ToString()

Extension Methods

JsonExtensionsWeb.ToJson(object)
Back to top by the community, for the community... #DNNCMS