Class ReflectionPropertyAccessor
  
  
  
  
    Inheritance
    
    ReflectionPropertyAccessor
   
  Namespace: Ludiq
  
  Syntax
  
    public sealed class ReflectionPropertyAccessor : IOptimizedAccessor
   
  Constructors
  
  
  
  
  ReflectionPropertyAccessor(PropertyInfo)
  
  
  Declaration
  
    public ReflectionPropertyAccessor(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