Преглед изворни кода

XML doc for ExcludeIfEquals

Brad Robinson пре 3 година
родитељ
комит
a4227a2d03
1 измењених фајлова са 3 додато и 0 уклоњено
  1. 3 0
      Topten.JsonKit/JsonAttribute.cs

+ 3 - 0
Topten.JsonKit/JsonAttribute.cs

@@ -115,6 +115,9 @@ namespace Topten.JsonKit
             set;
         }
         
+        /// <summary>
+        /// Used to simple value types that match a specific value
+        /// </summary>
         public object ExcludeIfEquals
         {
             get;