summaryrefslogtreecommitdiff
path: root/getopt/Arg.cs
diff options
context:
space:
mode:
authorfcolin2008-10-10 15:45:54 +0000
committerfcolin2008-10-10 15:45:54 +0000
commit3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605 (patch)
treeb4c691f61e44c2310887ccb77b94a519a73a7fdb /getopt/Arg.cs
parent8d10e8bbd1e19adc7c70e1101dbb69c213c910dd (diff)
downloadivy-csharp-3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605.zip
ivy-csharp-3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605.tar.gz
ivy-csharp-3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605.tar.bz2
ivy-csharp-3c9d0c18a19de1f1ec1c4e77f6b89fdf84d39605.tar.xz
Ajout de commentaire sur les menbres public
Diffstat (limited to 'getopt/Arg.cs')
-rw-r--r--getopt/Arg.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/getopt/Arg.cs b/getopt/Arg.cs
index 0b86cad..30705ee 100644
--- a/getopt/Arg.cs
+++ b/getopt/Arg.cs
@@ -10,6 +10,6 @@ namespace Gnu
public char Flag;
public bool TakesParameter = false;
- public string Parameter = "";
+ public string Parameter = string.Empty;
}
}