Constructor PropInstanceAndValue
PropInstanceAndValue(object?, PropertyInfo, object?)
Initializes a new instance of the PropInstanceAndValue struct with the specified information.
public PropInstanceAndValue(object? instance, PropertyInfo propInfo, object? value)
Parameters
instance
objectThe object instance which contains the property.
propInfo
PropertyInfoThe property information.
value
objectThe property value.