OptionalValue<T> constructor

namespace: Serenity   assemblySerenity.Net.Services

An optional value returned by some methods like interceptors. It can be used to indicate that the result is optional and if default is returned, the operation should continue normally.

public OptionalValue(T value)
parameter description
T Value type
value Value

See Also