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)
网友评论