mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-21 01:18:02 +02:00
Declare IDiposable
This commit is contained in:
parent
136c2b2211
commit
e6ef10be4a
3 changed files with 8475 additions and 1 deletions
|
@ -240,7 +240,7 @@ namespace System.IO
|
|||
}
|
||||
}
|
||||
|
||||
struct FileEnumerator : IEnumerator<FileFindEntry>
|
||||
struct FileEnumerator : IEnumerator<FileFindEntry>, IDisposable
|
||||
{
|
||||
String mSearchStr;
|
||||
Platform.BfpFindFileData* mFindFileData;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue