Table of Contents

Constructor PropInstanceAndValue

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

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 object

The object instance which contains the property.

propInfo PropertyInfo

The property information.

value object

The property value.