Click or drag to resize

ConstructedValueAccessorTValueGetFunc Property

Gets the get function.

Namespace:  Aloe.SystemFrameworks.Domain.Attributes
Assembly:  Aloe.SystemFrameworks.Domain (in Aloe.SystemFrameworks.Domain.dll) Version: 20.1.3.5
Syntax
public Func<DomainObject, TValue> GetFunc { get; }

Property Value

Type: FuncDomainObject, TValue
The get function.
See Also