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