IPlcOperator<TValue> CreateOperator<TValue>() where TValue : struct, new()
Function CreateOperator(Of TValue As {Structure, New}) As IPlcOperator(Of TValue)
abstract CreateOperator : unit -> IPlcOperator<'TValue> when 'TValue : struct, new()
In This Article