Enum NullHandling
- Namespace
- ForgeMap
- Assembly
- ForgeMap.Abstractions.dll
Specifies how null source objects should be handled during forging.
public enum NullHandling
Fields
ReturnNull = 0Return null when the source object is null.
ThrowException = 1Throw an exception when the source object is null.