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
Syntaxpublic Func<DomainObject, TValue> GetFunc { get; }
Public ReadOnly Property GetFunc As Func(Of DomainObject, TValue)
Get
public:
property Func<DomainObject^, TValue>^ GetFunc {
Func<DomainObject^, TValue>^ get ();
}
member GetFunc : Func<DomainObject, 'TValue> with get
Property Value
Type:
FuncDomainObject,
TValue
The get function.
See Also