IPropertyTOwner, TProperty Interface |
Namespace: Lawo.Reflection
public interface IProperty<out TOwner, TProperty> : IProperty<TOwner>
The IPropertyTOwner, TProperty type exposes the following members.
Name | Description | |
---|---|---|
Owner | Gets the owner object, cannot be null. (Inherited from IPropertyTOwner.) | |
PropertyInfo | Gets the PropertyInfo object identifying the property, cannot be null.
(Inherited from IPropertyTOwner.) | |
Value | Gets or sets the value of the property. |