IDtoProperty<T>.GetValue method

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

public object? GetValue(T source)
parameter description
source The DTO instance.

See Also