目前分類:C# (87)

瀏覽方式: 標題列表 簡短摘要


C# 陣列宣告

createps 發表在 痞客邦 留言(0) 人氣()

ListDictionary類別是特殊的集合,彌補標準字典的限制,它位於 System.Collections.Specialized 命名空間裡;
其類別特性如下:

createps 發表在 痞客邦 留言(0) 人氣()

System.Diagnostics.Debug.WriteLine("1");

createps 發表在 痞客邦 留言(0) 人氣()

取得目前時間:年  月  日

using System;

createps 發表在 痞客邦 留言(0) 人氣()

        static void createRegistryKey(string item, string content)

        {

createps 發表在 痞客邦 留言(0) 人氣()

        public static int 二進位寫檔(string 檔名, byte[] 資料)
        {

createps 發表在 痞客邦 留言(0) 人氣()

private void 寫檔(string fileName,List<string> data)
{

createps 發表在 痞客邦 留言(0) 人氣()