Java C#

388 단어
Collection strs = map.values();        <-->      Dictionary.ValueCollection vc = map.Values;
for(  :)     <-->   foreach ( in )
synchronized    <-->     [MethodImpl(MethodImplOptions.Synchronized)]   
                  using System.Runtime.CompilerServices;

좋은 웹페이지 즐겨찾기