Click or drag to resize

SerilogAppenderGetFieldAccessorT, TField Method

Namespace:  LynceeTec.LogTools
Assembly:  LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.0.26418.0 , built 2021-10-22 08:43:38 UTC
Syntax
public static Func<T, TField> GetFieldAccessor<T, TField>(
	string fieldName
)

Parameters

fieldName
Type: SystemString

Type Parameters

T
TField

Return Value

Type: FuncT, TField
See Also