Forráskód Böngészése

XML doc for ExcludeIfEquals

Brad Robinson 3 éve
szülő
commit
a4227a2d03
1 módosított fájl, 3 hozzáadás és 0 törlés
  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;