Class ReflectionPropertyAccessor
Inheritance
ReflectionPropertyAccessor
Assembly: Unity.VisualScripting.Core.dll
Syntax
public sealed class ReflectionPropertyAccessor : IOptimizedAccessor
Constructors
ReflectionPropertyAccessor(PropertyInfo)
Declaration
public ReflectionPropertyAccessor(PropertyInfo propertyInfo)
Parameters
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
Implements
Extension Methods