91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 23.40M
    文件類型: .7z
    金幣: 1
    下載: 0 次
    發布日期: 2020-12-14
  • 語言: C#
  • 標簽: 播放器??源代碼??代碼??

資源簡介


資源截圖

代碼片段和文件信息

using?System;
using?System.Collections.Generic;
using?System.IO;
using?System.Linq;
using?System.Runtime.Serialization.Formatters.Binary;
using?System.Security.AccessControl;
using?System.Text;
using?System.Windows.Forms;

namespace?DMPlay
{
???public?class?API
???{

????????#region?文件夾搜索

???????///?
????????///?遞歸獲取文件夾目錄下文件
????????///?

????????///?需要遞歸遍歷的文件夾
????????///?遍歷規則『委托』
????????public?static?void?LoopFolder(string?pathName?Action?fileRule)
????????{
????????????if?(string.IsNullOrEmpty(pathName))
????????????????throw?new?ArgumentNullException(pathName);

????????????Queue?_pathQueue?=?new?Queue();
????????????_pathQueue.Enqueue(pathName);
????

評論

共有 條評論