BarCode for WPF | ComponentOne
C1.WPF.BarCode.4.5.2 Assembly / C1.BarCode Namespace / ComplexProperty Class / SetField<T> Method

In This Topic
    SetField<T> Method (ComplexProperty)
    In This Topic
    Universal field setter
    Syntax
    'Declaration
     
    Protected Function SetField(Of T)( _
       ByRef field As T, _
       ByVal value As T, _
       ByVal propertyName As String _
    ) As Boolean
    protected bool SetField<T>( 
       ref T field,
       T value,
       string propertyName
    )

    Parameters

    field
    value
    propertyName

    Type Parameters

    T
    See Also