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