Description
The generated method shows the following C# signature:
public GraphTraversal<S, E2> Constant<E2>(object e)
When instead it should be:
public GraphTraversal<S, E2> Constant<E2>(E2 e)
This forces the user to specify the type of the parameter, when otherwise it could be inferred.
Attachments
Issue Links
- links to