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