Changeset 14970 for lang/csharp
- Timestamp:
- 07/01/08 03:44:20 (5 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/csharp/CommandLineParser/CommandLineParser/CommandLineParser.cs
r14967 r14970 27 27 using System; 28 28 using System.Collections.Generic; 29 using System.ComponentModel; 30 using System.Reflection; 29 31 using System.Text; 30 using System.Reflection;31 using System.ComponentModel;32 using System.Diagnostics;33 32 34 33 namespace Misuzilla.Utilities 35 34 { 36 public class CommandLineParser<T> 35 public class CommandLineParser<T> where T : class 37 36 { 38 37 private Type _type; … … 109 108 { 110 109 //keyName = String.Format("{0}{1}{2}<true|false>", Prefix, optionName, ValueParamSeparator[0]); 111 keyName = String.Format("{0}{1}", Prefix, optionName , ValueParamDelimiter[0]);110 keyName = String.Format("{0}{1}", Prefix, optionName); 112 111 } 113 112 else
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)