Sfoglia il codice sorgente

XML doc for ExcludeIfEquals

Brad Robinson 3 anni fa
parent
commit
a4227a2d03
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  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;