2018-05-12
2018-05-13 本文已影响0人
耳可黄
C#
-
using
statement is similar to Javaimport
-
ArrayList
is fromSystem.Collections
-
Dictionary
is similar to JavaHashMap
, is fromSystem.Collections.Generic
- To check if Dictionary contains a key, use
ContainsKey
- foreach
foreach (type a in container b)