91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 0.02M
    文件類型: .rar
    金幣: 1
    下載: 0 次
    發布日期: 2021-02-25
  • 語言: C#
  • 標簽: LitJson??最新版??

資源簡介

LitJson 最新版

資源截圖

代碼片段和文件信息

#region?Header
/**
?*?IJsonWrapper.cs
?*???Interface?that?represents?a?type?capable?of?handling?all?kinds?of?JSON
?*???data.?This?is?mainly?used?when?mapping?objects?through?JsonMapper?and
?*???it‘s?implemented?by?JsonData.
?*
?*?The?authors?disclaim?copyright?to?this?source?code.?For?more?details?see
?*?the?COPYING?file?included?with?this?distribution.
?**/
#endregion


using?System.Collections;
using?System.Collections.Specialized;


namespace?LitJson
{
????public?enum?JsonType
????{
????????None

????????object
????????Array
????????String
????????Int
????????Long
????????Double
????????Boolean
????}

????public?interface?IJsonWrapper?:?IList?IOrderedDictionary
????{
????????bool?IsArray???{?get;?}
????????bool?IsBoolean?{?get;?}
????????bool?IsDouble??{?get;?}
????????bool?IsInt?????{?get;?}
????????bool?IsLong????{?get;?}
????????bool?Isobject??{?get;?}
????????bool?IsString??{?get;?}

????????bool?????GetBoolean?();
????????double???GetDouble?();
????????int??????GetInt

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----

?????文件???????1407??2014-04-01?18:50??LitJson\IJsonWrapper.cs

?????文件??????25028??2014-04-01?18:50??LitJson\JsonData.cs

?????文件???????1487??2014-04-01?18:50??LitJson\JsonException.cs

?????文件??????29791??2014-04-01?18:50??LitJson\JsonMapper.cs

?????文件??????13543??2014-04-01?18:50??LitJson\JsonReader.cs

?????文件??????11640??2014-04-01?18:50??LitJson\JsonWriter.cs

?????文件??????23055??2014-04-01?18:50??LitJson\Lexer.cs

?????文件????????781??2014-04-01?18:50??LitJson\ParserToken.cs

?????目錄??????????0??2014-04-01?18:50??LitJson

-----------?---------??----------?-----??----

???????????????106732????????????????????9


評論

共有 條評論