資源簡介
代碼片段和文件信息
#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
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?a?single?parameterized?constructor?then?to?the?non-public?default?constructor.
????????///?
????????Default?=?0
????????///?
????????///?Json.NET?will?use?a?non-public?default?constructor?before?falling?back?to?a?parameterized?constructor.
????????///?
????????AllowNonPublicDefaultConstructor?=?1
????}
}
?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2020-03-25?20:35??Newtonsoft.Json-master\
?????文件?????????385??2020-03-25?20:35??Newtonsoft.Json-master\.appveyor.yml
?????文件?????????771??2020-03-25?20:35??Newtonsoft.Json-master\.gitattributes
?????文件?????????257??2020-03-25?20:35??Newtonsoft.Json-master\.gitignore
?????目錄???????????0??2020-03-25?20:35??Newtonsoft.Json-master\Build\
?????文件?????????796??2020-03-25?20:35??Newtonsoft.Json-master\Build\Sign-Package.ps1
?????文件?????????380??2020-03-25?20:35??Newtonsoft.Json-master\Build\appsettings.json
?????文件???????11542??2020-03-25?20:35??Newtonsoft.Json-master\Build\build.ps1
?????文件?????????428??2020-03-25?20:35??Newtonsoft.Json-master\Build\localbuild.ps1
?????文件???????30998??2020-03-25?20:35??Newtonsoft.Json-master\Build\psake.psm1
?????文件?????????239??2020-03-25?20:35??Newtonsoft.Json-master\Build\runbuild.cmd
?????文件?????????544??2020-03-25?20:35??Newtonsoft.Json-master\Build\runbuild.ps1
?????文件??????????78??2020-03-25?20:35??Newtonsoft.Json-master\Build\version.json
?????文件????????4582??2020-03-25?20:35??Newtonsoft.Json-master\CONTRIBUTING.md
?????目錄???????????0??2020-03-25?20:35??Newtonsoft.Json-master\Doc\
?????文件????????2695??2020-03-25?20:35??Newtonsoft.Json-master\Doc\ConditionalProperties.aml
?????文件????????4292??2020-03-25?20:35??Newtonsoft.Json-master\Doc\ContractResolver.aml
?????文件????????5087??2020-03-25?20:35??Newtonsoft.Json-master\Doc\ConvertingJSONandxm
?????文件????????2384??2020-03-25?20:35??Newtonsoft.Json-master\Doc\CreatingLINQtoJSON.aml
?????文件????????1512??2020-03-25?20:35??Newtonsoft.Json-master\Doc\CustomCreationConverter.aml
?????文件????????5588??2020-03-25?20:35??Newtonsoft.Json-master\Doc\DatesInJSON.aml
?????文件????????4455??2020-03-25?20:35??Newtonsoft.Json-master\Doc\Introduction.aml
?????文件???????25089??2020-03-25?20:35??Newtonsoft.Json-master\Doc\JsonNetVsDotNetSerializers.aml
?????文件????????4109??2020-03-25?20:35??Newtonsoft.Json-master\Doc\JsonSchema.aml
?????文件????????1518??2020-03-25?20:35??Newtonsoft.Json-master\Doc\LINQtoJSON.aml
?????文件????????1889??2020-03-25?20:35??Newtonsoft.Json-master\Doc\ParsingLINQtoJSON.aml
?????文件????????6377??2020-03-25?20:35??Newtonsoft.Json-master\Doc\Performance.aml
?????文件????????4978??2020-03-25?20:35??Newtonsoft.Json-master\Doc\Preserveob
?????文件????????3372??2020-03-25?20:35??Newtonsoft.Json-master\Doc\QueryingLINQtoJSON.aml
?????文件????????3461??2020-03-25?20:35??Newtonsoft.Json-master\Doc\ReadingWritingJSON.aml
?????文件????????8159??2020-03-25?20:35??Newtonsoft.Json-master\Doc\ReducingSerializedJSONSize.aml
............此處省略1162個文件信息
- 上一篇:C# 文件批量處理器
- 下一篇:plc通信(vb+c#+說明文檔)
評論
共有 條評論