You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: xml/Microsoft.Extensions.DependencyInjection/FromKeyedServicesAttribute.xml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -96,8 +96,8 @@
96
96
The key of the keyed service to bind to.
97
97
</summary>
98
98
<value>To be added.</value>
99
-
<remarks>A <seelangword="null" /> value with indicates there is not a key and just the parameter type is used to resolve the service.
100
-
This is useful for DI implementations that require an explict way to declare that the parameter should be resolved for unkeyed services.
99
+
<remarks>A <seelangword="null" /> value indicates there is not a key and just the parameter type is used to resolve the service.
100
+
This is useful for DI implementations that require an explicit way to declare that the parameter should be resolved for unkeyed services.
101
101
A <seelangword="null" /> value is also used along with <seecref="P:Microsoft.Extensions.DependencyInjection.FromKeyedServicesAttribute.LookupMode" /> set to <seecref="F:Microsoft.Extensions.DependencyInjection.ServiceKeyLookupMode.InheritKey" /> to indicate that the key should be inherited from the parent scope.
0 commit comments