Exposes as a dictionary the tags passed to an advise.
Namespace: Metalama.Framework.Aspects
Assembly: Metalama.Framework.dll
Syntax
[CompileTime]
public interface IObjectReader : IReadOnlyDictionary<string, object?>, IReadOnlyCollection<KeyValuePair<string, object?>>, IEnumerable<KeyValuePair<string, object?>>, IEnumerableProperties
| Name | Description |
|---|---|
| Source | Gets the source object (typically an object of an anonymous type). |