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 739ce82 commit 3a2941dCopy full SHA for 3a2941d
src/NHibernate/Util/ExpressionsHelper.cs
@@ -35,7 +35,7 @@ public static MemberInfo DecodeMemberAccessExpression<TEntity, TResult>(Expressi
35
/// <param name="expression">The expression to check.</param>
36
/// <param name="path">The path of the variable.</param>
37
/// <param name="closureContext">The closure context where the variable is stored.</param>
38
- /// <returns></returns>
+ /// <returns>Whether the expression represents a variable.</returns>
39
internal static bool IsVariable(Expression expression, out string path, out object closureContext)
40
{
41
Expression childExpression;
0 commit comments