spmallette commented on code in PR #3153: URL: https://github.com/apache/tinkerpop/pull/3153#discussion_r2195265806
########## gremlin-dotnet/src/Gremlin.Net/Process/Traversal/GraphTraversal.cs: ########## @@ -670,6 +670,15 @@ public GraphTraversal<TStart, long> DateDiff(ITraversal dateTraversal) return Wrap<TStart, long>(this); } + /// <summary> + /// Adds the asNumber step to this <see cref="GraphTraversal{SType, EType}" />. + /// </summary> + public GraphTraversal<TStart, object> AsNumber(N numberToken) Review Comment: style: `final` and brace position -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@tinkerpop.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org