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