MetadataItem.

Pair Property

Summary

Gets the underlying KeyValuePair<TKey, TValue>.
Assembly
Wyam.Common.dll
Namespace
Wyam.Common.Meta
Containing Type
MetadataItem

Syntax

public KeyValuePair<string, Object> Pair { get; }

Value

Type Description
KeyValuePair<string, Object>
GitHub