Class StaticPropertyAccessor<TProperty>
Inheritance
StaticPropertyAccessor<TProperty>
Assembly: Unity.VisualScripting.Core.dll
Syntax
public class StaticPropertyAccessor<TProperty> : IOptimizedAccessor
Type Parameters
Name |
Description |
TProperty |
|
Constructors
StaticPropertyAccessor(PropertyInfo)
Declaration
public StaticPropertyAccessor(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