Table of Contents

Interface IKeyValue<TObject, TKey>

Namespace
DynamicData
Assembly
DynamicData.dll

A keyed value.

public interface IKeyValue<out TObject, out TKey> : IKey<TKey>

Type Parameters

TObject

The type of the object.

TKey

The type of the key.

Inherited Members

Properties

Value

Gets the value.

TObject Value { get; }

Property Value

TObject