Options.NullSubstitution 属性

定义

获取或设置一个值,该值是在内存中命中 null 值时调用的函数。

public Func<string,object> NullSubstitution { get; set; }
member this.NullSubstitution : Func<string, obj> with get, set
Public Property NullSubstitution As Func(Of String, Object)

属性值

函数委托。

适用于