HStore.NET:.NET Framework的Hstore类

时间:2021-05-06 11:24:48
【文件属性】:
文件名称:HStore.NET:.NET Framework的Hstore类
文件大小:10KB
文件格式:ZIP
更新时间:2021-05-06 11:24:48
C# HStore.NET HStore.NET是提供类。 基本用法 var a = HStore . Parse ( " 'foo=>bar,baz=>whatever' " ); Trace . Assert ( a [ " foo " ] == " bar " ); Trace . Assert ( a . Get ( " baz " ) == " whatever " ); Trace . Assert ( a . ToString () == " 'foo=>bar,baz=>whatever' " ); var b = new HStore ( new Dictionary < string>() { [ " foo " ] = " bar " , [ " xxx " ] = 123 , }); var c = new HStor
【文件预览】:
HStore.NET-master
----.gitignore(32B)
----LICENSE(1KB)
----README.md(712B)
----HStore.cs(30KB)
----Solution()
--------Program.cs(493B)
--------HStore.NET.csproj(3KB)
--------HStore.NET.sln(964B)
--------App.config(178B)
--------Properties()

网友评论