Skip to content

Commit

Permalink
comment clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
WaynePhillipsEA committed Jan 17, 2018
1 parent 34135db commit 4043e68
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -137,7 +137,7 @@ bool IEnumerator.MoveNext()
throw Marshal.GetExceptionForHR(hr);
}

return (celtFetched == 1); // celtFetched == 0 at end
return (celtFetched == 1); // celtFetched will be 0 when we reach the end of the collection
}
}
}

0 comments on commit 4043e68

Please sign in to comment.