Table of Contents

Enum NullHandling

Namespace
ForgeMap
Assembly
ForgeMap.Abstractions.dll

Specifies how null source objects should be handled during forging.

public enum NullHandling

Fields

ReturnNull = 0

Return null when the source object is null.

ThrowException = 1

Throw an exception when the source object is null.