Source
Gets the original source object(s) used to set the tags.
Declaration
object? Source { get; }Property Value
| Type | Description |
|---|---|
| object |
Remarks
Use this property when you want to work with the original tag object rather than accessing individual keys. This is particularly useful when using anonymous types or custom tag classes, as it preserves the original type.
If there are multiple source objects (i.e., when both Tags and the
tags advice method parameter are set), this property returns an ImmutableArray<T>
containing all source objects.