You've already forked linux-packaging-mono
9 lines
86 B
C#
9 lines
86 B
C#
|
|
namespace System.IO
|
||
|
|
{
|
||
|
|
public enum HandleInheritability
|
||
|
|
{
|
||
|
|
None,
|
||
|
|
Inheritable
|
||
|
|
}
|
||
|
|
}
|