Parcourir la source

XML doc for ExcludeIfEquals

Brad Robinson il y a 3 ans
Parent
commit
a4227a2d03
1 fichiers modifiés avec 3 ajouts et 0 suppressions
  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;