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
Begins binding definition for multiple dependencies. See _Bind``1(System.Object[])_ for examples.
2337
-
The type 1 of dependency to be bound.The type 2 of dependency to be bound.The type 3 of dependency to be bound.The type 4 of dependency to be bound.
2337
+
Type 1 of a dependency to be bound.Type 2 of a dependency to be bound.Type 3 of a dependency to be bound.Type 4 of a dependency to be bound.
2338
2338
- parameter _tags_ - The optional argument that specifies tags for a particular type of dependency binding.
2339
2339
2340
2340
- returns Reference to the setup continuation chain.
@@ -2365,7 +2365,7 @@ DI.Setup("Composition")
2365
2365
2366
2366
```
2367
2367
2368
-
The type of dependency to be bound.
2368
+
The type of a dependency to be bound.
2369
2369
- parameter _name_ - Specifies the name of the root of the composition. If the value is empty, a private root will be created, which can be used when calling `Resolve` methods.
2370
2370
The name supports templating:
2371
2371
TemplateDescription{type}Will be replaced by the short name of the root type without its namespaces.{TYPE}Will be replaced with the full name of the root type.{tag}Will be replaced with the first tag name.
0 commit comments