We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe14e4 commit 779b100Copy full SHA for 779b100
src/Ninject.Extensions.Factory/BindToExtensions.cs
@@ -128,7 +128,7 @@ public static IBindingWithOrOnSyntax<TInterface> NamedLikeFactoryMethod<TInterfa
128
129
/// <summary>
130
/// Defines a conditional binding that is used when any ancestor was created over the specified GetXYZ factory method.
131
- /// <seealso cref="NamedLikeFactoryMethod"/>
+ /// <seealso cref="NamedLikeFactoryMethod{TInterface,TFactory}"/>
132
/// </summary>
133
/// <typeparam name="TInterface">The type of the interface.</typeparam>
134
/// <typeparam name="TFactory">The type of the factory.</typeparam>
0 commit comments