Interface IDictionaryElementProperty<TKey>
Interface over a property representing a typed dictionary element.
Inherited Members
Namespace: Unity.Properties
Syntax
public interface IDictionaryElementProperty<out TKey> : IDictionaryElementProperty, ICollectionElementProperty
Type Parameters
Name | Description |
---|---|
TKey | The key type. |
Properties
Key
The key of this property in the dictionary.
Declaration
TKey Key { get; }
Property Value
Type | Description |
---|---|
TKey |