コード例 #1
0
            public Options()
            {
                Length = -1;

                Output = new DefaultHexOutput();
                Files  = new List <string>();
            }
コード例 #2
0
ファイル: HexDump.cs プロジェクト: ethomson/hexdump
            public Options()
            {
                Length = -1;

                Output = new DefaultHexOutput();
                Files = new List<string>();
            }