Class InstancePropertyAccessor<TTarget, TProperty>
Inheritance
object
InstancePropertyAccessor<TTarget, TProperty>
Assembly: solution.dll
Syntax
public class InstancePropertyAccessor<TTarget, TProperty> : IOptimizedAccessor
Type Parameters
| Name |
Description |
| TTarget |
|
| TProperty |
|
Constructors
InstancePropertyAccessor(PropertyInfo)
Declaration
public InstancePropertyAccessor(PropertyInfo propertyInfo)
Parameters
| Type |
Name |
Description |
| PropertyInfo |
propertyInfo |
|
Methods
Compile()
Declaration
GetValue(object)
Declaration
public object GetValue(object target)
Parameters
| Type |
Name |
Description |
| object |
target |
|
Returns
SetValue(object, object)
Declaration
public void SetValue(object target, object value)
Parameters
| Type |
Name |
Description |
| object |
target |
|
| object |
value |
|
Implements
Extension Methods