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

  • 大小: 4.78MB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2023-09-17
  • 語言: 其他
  • 標簽: Json.net??源代碼??json??

資源簡介

JSON.NET源代碼 json與對象、xml之間的轉換等。

資源截圖

代碼片段和文件信息

#region?License
//?Copyright?(c)?2007?James?Newton-King
//
//?Permission?is?hereby?granted?free?of?charge?to?any?person
//?obtaining?a?copy?of?this?software?and?associated?documentation
//?files?(the?“Software“)?to?deal?in?the?Software?without
//?restriction?including?without?limitation?the?rights?to?use
//?copy?modify?merge?publish?distribute?sublicense?and/or?sell
//?copies?of?the?Software?and?to?permit?persons?to?whom?the
//?Software?is?furnished?to?do?so?subject?to?the?following
//?conditions:
//
//?The?above?copyright?notice?and?this?permission?notice?shall?be
//?included?in?all?copies?or?substantial?portions?of?the?Software.
//
//?THE?SOFTWARE?IS?PROVIDED?“AS?IS“?WITHOUT?WARRANTY?OF?ANY?KIND
//?EXPRESS?OR?IMPLIED?INCLUDING?BUT?NOT?LIMITED?TO?THE?WARRANTIES
//?OF?MERCHANTABILITY?FITNESS?FOR?A?PARTICULAR?PURPOSE?AND
//?NONINFRINGEMENT.?IN?NO?EVENT?SHALL?THE?AUTHORS?OR?COPYRIGHT
//?HOLDERS?BE?LIABLE?FOR?ANY?CLAIM?DAMAGES?OR?OTHER?LIABILITY
//?WHETHER?IN?AN?ACTION?OF?CONTRACT?TORT?OR?OTHERWISE?ARISING
//?FROM?OUT?OF?OR?IN?CONNECTION?WITH?THE?SOFTWARE?OR?THE?USE?OR
//?OTHER?DEALINGS?IN?THE?SOFTWARE.
#endregion

using?System;
using?System.Collections.Generic;
using?System.Linq;
using?System.Text;

namespace?Newtonsoft.Json
{
??///?
??///?Specifies?how?constructors?are?used?when?initializing?objects?during?deserialization?by?the?.
??///?

??public?enum?ConstructorHandling
??{
????///?
????///?First?attempt?to?use?the?public?default?constructor?then?fall?back?to?single?paramatized?constructor.
????///?

????Default?=?0
????///?
????///?Allow?Json.NET?to?use?a?non-public?default?constructor.
????///?

????AllowNonPublicDefaultConstructor?=?1
??}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2011-04-23?13:38??Bin\
?????目錄???????????0??2011-04-23?13:29??Bin\Net\
?????目錄???????????0??2011-04-23?13:29??Bin\Net20\
?????文件??????406016??2011-04-23?13:29??Bin\Net20\Newtonsoft.Json.Net20.dll
?????文件??????855552??2011-04-23?13:29??Bin\Net20\Newtonsoft.Json.Net20.pdb
?????文件??????355128??2011-04-23?13:29??Bin\Net20\Newtonsoft.Json.Net20.xml
?????目錄???????????0??2011-04-23?13:29??Bin\Net35\
?????文件??????325632??2011-04-23?13:29??Bin\Net35\Newtonsoft.Json.Net35.dll
?????文件??????898560??2011-04-23?13:29??Bin\Net35\Newtonsoft.Json.Net35.pdb
?????文件??????366276??2011-04-23?13:29??Bin\Net35\Newtonsoft.Json.Net35.xml
?????文件??????348160??2011-04-23?13:29??Bin\Net\Newtonsoft.Json.dll
?????文件??????949760??2011-04-23?13:29??Bin\Net\Newtonsoft.Json.pdb
?????文件??????375381??2011-04-23?13:29??Bin\Net\Newtonsoft.Json.xml
?????目錄???????????0??2011-04-23?13:29??Bin\Silverlight\
?????文件??????299520??2011-04-23?13:29??Bin\Silverlight\Newtonsoft.Json.Silverlight.dll
?????文件??????816640??2011-04-23?13:29??Bin\Silverlight\Newtonsoft.Json.Silverlight.pdb
?????文件??????346566??2011-04-23?13:29??Bin\Silverlight\Newtonsoft.Json.Silverlight.xml
?????文件?????????445??2011-01-03?17:38??Bin\versions.txt
?????目錄???????????0??2011-04-23?13:29??Bin\WindowsPhone\
?????文件??????295936??2011-04-23?13:29??Bin\WindowsPhone\Newtonsoft.Json.WindowsPhone.dll
?????文件??????810496??2011-04-23?13:29??Bin\WindowsPhone\Newtonsoft.Json.WindowsPhone.pdb
?????文件??????344768??2011-04-23?13:29??Bin\WindowsPhone\Newtonsoft.Json.WindowsPhone.xml
?????文件??????860213??2011-04-23?13:37??Documentation.chm
?????文件????????2306??2011-01-04?13:05??readme.txt
?????目錄???????????0??2011-04-23?13:38??Source\
?????目錄???????????0??2011-04-23?13:38??Source\Build\
?????文件????????8794??2011-04-22?15:11??Source\Build\build.ps1
?????文件?????????452??2011-04-10?15:22??Source\Build\Newtonsoft.Json.nuspec
?????文件?????????101??2010-02-07?10:55??Source\Build\runbuild.cmd
?????文件?????????120??2010-02-07?00:17??Source\Build\runbuild.ps1
?????目錄???????????0??2011-04-23?13:38??Source\Doc\
............此處省略468個文件信息

評論

共有 條評論