Table of Contents

Interface IKey<T>

Namespace
DynamicData
Assembly
DynamicData.dll

Represents the key of an object.

public interface IKey<out T>

Type Parameters

T

The type of the item.

Properties

Key

Gets the key.

T Key { get; }

Property Value

T