ComponentOne BarCode for WinForms
C1.Win.Barcode.4.5.2 Assembly / C1.BarCode Namespace / ComplexProperty Class / SetField<T> Method

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

    Parameters

    field
    value
    propertyName

    Type Parameters

    T
    See Also