Adding comment
Project: http://git-wip-us.apache.org/repos/asf/tinkerpop/repo Commit: http://git-wip-us.apache.org/repos/asf/tinkerpop/commit/705ce4ee Tree: http://git-wip-us.apache.org/repos/asf/tinkerpop/tree/705ce4ee Diff: http://git-wip-us.apache.org/repos/asf/tinkerpop/diff/705ce4ee Branch: refs/heads/TINKERPOP-1913 Commit: 705ce4ee3816884a57ee00aef9f5b65eafb0004a Parents: fe5ae5c Author: Ashwini Singh <[email protected]> Authored: Mon May 14 11:48:29 2018 -0700 Committer: Stephen Mallette <[email protected]> Committed: Tue Sep 18 12:58:42 2018 -0400 ---------------------------------------------------------------------- gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tinkerpop/blob/705ce4ee/gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs ---------------------------------------------------------------------- diff --git a/gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs b/gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs index 1dd4d7b..2b1edfb 100644 --- a/gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs +++ b/gremlin-dotnet/src/Gremlin.Net/Driver/ResultSet.cs @@ -28,7 +28,8 @@ using System.Collections.Generic; namespace Gremlin.Net.Driver { /// <summary> - /// Ashiwni + /// A ResultSet is returned from the submission of a Gremlin script to the server and represents the results provided by the server + /// ResultSet includes enumerable data and status attributes. /// </summary> /// <typeparam name="T"></typeparam> public sealed class ResultSet<T> : IReadOnlyCollection<T>
