Interface IFieldOrPropertyInvoker
Allows accessing the the value of fields or properties.
Namespace: Metalama.Framework.Code.Invokers
Assembly: Metalama.Framework.dll
Syntax
public interface IFieldOrPropertyInvoker : IInvoker
Methods
Name | Description |
---|---|
GetValue(Object) | Get the value for a different instance. |
SetValue(Object, Object) | Set the value for a different instance. |