Click or drag to resize
IPropertyTOwner, TProperty Interface
Provides the means to get and set the value of a property as well as access to the owner object and property metadata.

Namespace: Lawo.Reflection
Assembly: Lawo (in Lawo.dll) Version: 1.4.1707.27006
Syntax
C#
public interface IProperty<out TOwner, TProperty> : IProperty<TOwner>

Type Parameters

TOwner
The type of the owner object.
TProperty
The type of the property.

The IPropertyTOwner, TProperty type exposes the following members.

Properties
See Also