Command line parser now also collects loose arguments like typically used to specify file names or commands in a console application; marginally improved documentation in various places

git-svn-id: file:///srv/devel/repo-conversion/nusu@51 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-09-25 19:37:45 +00:00
parent 93092637cf
commit 932fdcb6f7
4 changed files with 52 additions and 14 deletions

View file

@ -86,7 +86,7 @@ namespace Nuclex.Support.Tracking {
//
// We can *not* optimize this lock away since we absolutely must not create
// two doneEvents -- someone might call .WaitOne() on the first one when only
// the second one is references by this.doneEvent and thus gets set in the end.
// the second one is referenced by this.doneEvent and thus gets set in the end.
if(this.doneEvent == null) {
lock(this) {