Property(PropertyGetter<TValue>, PropertySetter<TValue>)
Declaration
public Property(PropertyGetter<TValue> getter, PropertySetter<TValue> setter)
Parameters
Type | Name | Description |
---|---|---|
PropertyGetter<TValue> | getter | |
PropertySetter<TValue> | setter |
public Property(PropertyGetter<TValue> getter, PropertySetter<TValue> setter)
Type | Name | Description |
---|---|---|
PropertyGetter<TValue> | getter | |
PropertySetter<TValue> | setter |