Click or drag to resize

FieldDescriptorGetValue Property

A delegate for retrieving the value of a field from an instance of a structure (or null).

Namespace: Demo3D.PLC.Comms
Assembly: PLC (in PLC.dll) Version: 19.00.00
Syntax
C#
public Func<Object?, Object?>? GetValue { get; }

Property Value

FuncObject, Object
See Also