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
Represents the key of an object.
public interface IKey<out T>
T
The type of the item.
Gets the key.
T Key { get; }