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
instanceobjectThe object instance which contains the property.
propInfoPropertyInfoThe property information.
valueobjectThe property value.