'Declaration<ExtensionAttribute()> <JetBrains.Annotations.CanBeNullAttribute()> Public Shared Function GetFieldValueOrNull67( _ ByVal type As Type, _ ByVal obj As Object, _ ByVal name As String _ ) As Object
'UsageDim type As Type Dim obj As Object Dim name As String Dim value As Object value = TypeExtensionR.GetFieldValueOrNull67(type, obj, name)
Parameters
- type
The value of this parameter cannot be
null(Nothingin Visual Basic).- obj
The value of this parameter can be
null(Nothingin Visual Basic).- name
The value of this parameter cannot be
null(Nothingin Visual Basic).
Return Value
This method can return null (Nothing in Visual Basic).