Source
Gets the source object (typically an object of an anonymous type).
Declaration
object? Source { get; }
Property Value
Type | Description |
---|---|
object |
Remarks
If there are several source objects (i.e. when both aspectBuilder.Tags
and the
tags
method parameter are set), this propertyr returns an ImmutableArray<object>
with all sources.