DtoProperty<TSource,TValue>.GetValue method

Gets the value of the property or field for the specified instance of the DTO.

public TValue? GetValue(TSource source)
parameter description
source The DTO instance.

See Also