Click or drag to resize
IPropertyTOwner Interface
Provides access to the owner object and metadata of a property.

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

Type Parameters

TOwner
The type of the owner object.

The IPropertyTOwner type exposes the following members.

Properties
  NameDescription
Public propertyOwner
Gets the owner object, cannot be null.
Public propertyPropertyInfo
Gets the PropertyInfo object identifying the property, cannot be null.
Top
See Also