List模板改名为ArrayList
This commit is contained in:
@@ -77,7 +77,7 @@ namespace hgl
|
||||
}
|
||||
};
|
||||
|
||||
using VolumeInfoList=List<VolumeInfo>;
|
||||
using VolumeInfoList=ArrayList<VolumeInfo>;
|
||||
|
||||
/**
|
||||
* 枚举当前计算机所有卷
|
||||
|
Reference in New Issue
Block a user