 | SerilogAppenderGetFieldAccessorT, TField Method |
Namespace:
LynceeTec.LogTools
Assembly:
LynceeTec.LogTools (in LynceeTec.LogTools.dll) Version: 9.2.6612.0 , built 2022-07-14 10:49:53 UTC
Syntaxpublic static Func<T, TField> GetFieldAccessor<T, TField>(
string fieldName
)
public:
generic<typename T, typename TField>
static Func<T, TField>^ GetFieldAccessor(
String^ fieldName
)
Parameters
- fieldName
- Type: SystemString
Type Parameters
- T
- TField
Return Value
Type:
FuncT,
TField
See Also