浏览代码

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;