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
/// <typeparam name="T">The type of dependency to be bound.</typeparam>
1882
-
/// <param name="name">Specifies the unique name of the root of the composition. If the value is empty, a private root will be created, which can be used when calling <c>Resolve</c> methods.</param>
1882
+
/// <param name="name">Specifies the name template of the root of the composition. If the value is empty, a private root will be created, which can be used when calling <c>Resolve</c> methods.</param>
1883
1883
/// <param name="kind">The Optional argument specifying the kind for the root of the Composition.</param>
1884
1884
/// <param name="tags">The optional argument that specifies tags for a particular type of dependency binding. If is is not empty, the first tag is used for the root.</param>
1885
1885
/// <returns>Reference to the setup continuation chain.</returns>
/// <param name="name">Specifies the unique name of the root of the composition. If the value is empty, a private root will be created, which can be used when calling <c>Resolve</c> methods.</param>
2049
+
/// <param name="name">Specifies the name template of the root of the composition. If the value is empty, a private root will be created, which can be used when calling <c>Resolve</c> methods.</param>
2050
2050
/// <param name="tag">Optional argument specifying the tag for the root of the Composition.</param>
2051
2051
/// <param name="kind">The Optional argument specifying the kind for the root of the Composition.</param>
/// <param name="name">Specifies the name template of the roots of the composition. If the value is empty, private roots will be created, which can be used when calling <c>Resolve</c> methods.</param>
2065
2066
/// <param name="kind">The Optional argument specifying the kind for the root of the Composition.</param>
2066
2067
/// <typeparam name="T">The Composition root base type.</typeparam>
2067
2068
/// <returns>Reference to the setup continuation chain.</returns>
/// Specifies the method of the composition builder. The first argument to the method will always be the instance to be built. The remaining arguments to this method will be listed in the order in which they are defined in the setup.Specifies to create a composition builder method. The first argument to the method will always be the instance to be built. The remaining arguments to this method will be listed in the order in which they are defined in the setup.
0 commit comments