Open sandboxFocus

Interface IObjectReader

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?>>, IEnumerable

Properties

Name Description
Source

Gets the source object (typically an object of an anonymous type).

Extension Methods