Interface | Description |
---|---|
Property<T> |
This interface represents a gettable and settable property of a given type.
|
Class | Description |
---|---|
IdentityProperty<T> |
A basic implementation of
Property which simple stores it's value as
a member variable, which can be updated and retrieved through get and set. |