OSDN Git Service

#30244 Visual Studio 2012 Express for Windows Desktop, StyleCop 4.7, WiX 3.6 に合わせたソース...
[wptscs/wpts.git] / HmLib / Parsers / XmlElement.cs
index d03a497..4c228df 100644 (file)
@@ -72,7 +72,7 @@ namespace Honememo.Parsers
         {
             this.Name = name;
             this.Attributes = new Dictionary<string, string>();
-            if (!String.IsNullOrEmpty(value))
+            if (!string.IsNullOrEmpty(value))
             {
                 this.Add(new TextElement(value));
             }