0
点赞
收藏
分享

微信扫一扫

Java <--> C#

全栈学习笔记 2022-07-27 阅读 52


Collection<Object> strs = map.values();        <-->      Dictionary<string, Object>.ValueCollection vc = map.Values;


for(  :)     <-->   foreach ( in )


synchronized    <-->     [MethodImpl(MethodImplOptions.Synchronized)]   

using

举报

相关推荐

0 条评论