The property. More...
Public Member Functions | |
Property (TKey key, object value) | |
Initializes a new instance of the Property<TKey> class. More... | |
Properties | |
TKey | Key [get] |
Gets Key. More... | |
object | Value [get, set] |
Gets or sets Value. More... | |
Events | |
EventHandler | PropertyChanged |
The property changed. More... | |
The property.
TKey | The property key type. |
|
inline |
Initializes a new instance of the Property<TKey> class.
key | The key. |
value | The value. |
|
get |
Gets Key.
|
getset |
Gets or sets Value.
EventHandler Photon.Hive.Plugin.Property< TKey >.PropertyChanged |
The property changed.