Interface IIndexerInvoker
Allows accessing the value of indexers.
Namespace: Metalama.Framework.Code.Invokers
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IIndexerInvoker : IInvoker
Methods
Name | Description |
---|---|
GetValue(Object, Object[]) | Get the value for an indexer. |
SetValue(Object, Object, Object[]) | Set the value for an indexer. |