22 lines
379 B
C#
22 lines
379 B
C#
using System;
|
|
using System.Collections;
|
|
|
|
namespace System.IO
|
|
{
|
|
// Token: 0x0200011C RID: 284
|
|
internal class ParentInotifyData
|
|
{
|
|
// Token: 0x04000394 RID: 916
|
|
public bool IncludeSubdirs;
|
|
|
|
// Token: 0x04000395 RID: 917
|
|
public bool Enabled;
|
|
|
|
// Token: 0x04000396 RID: 918
|
|
public ArrayList children;
|
|
|
|
// Token: 0x04000397 RID: 919
|
|
public InotifyData data;
|
|
}
|
|
}
|