MatchingScopeLifetimeTagsToMatch Property |
Gets the list of lifetime scope tags to match.
Namespace:
Autofac.Core.Lifetime
Assembly:
Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax public IEnumerable<Object> TagsToMatch { get; }
Public ReadOnly Property TagsToMatch As IEnumerable(Of Object)
Get
Property Value
Type:
IEnumerableObject
An
IEnumerableT of object tags to match
when searching for the lifetime scope for the component.
See Also