美文网首页
2018-05-12

2018-05-12

作者: 耳可黄 | 来源:发表于2018-05-13 12:49 被阅读0次

    C#

    • using statement is similar to Java import
    • ArrayList is from System.Collections
    • Dictionary is similar to Java HashMap, is from System.Collections.Generic
    • To check if Dictionary contains a key, use ContainsKey
    • foreach
      foreach (type a in container b)
      

    相关文章

      网友评论

          本文标题:2018-05-12

          本文链接:https://www.haomeiwen.com/subject/ynfldftx.html