one step closer.

This commit is contained in:
David Lebee
2018-03-27 19:37:19 -05:00
parent 1a4bde89df
commit 48db853236
2 changed files with 14 additions and 5 deletions
@@ -122,6 +122,11 @@ namespace PoweredSoft.DynamicLinq.Helpers
Groups.Add(group);
return group;
}
public ExpressionParameterGroup LastGroup()
{
return this.Groups.Last();
}
}
public class ExpressionPathPart