9 lines
86 B
C#
Raw Normal View History

namespace System.IO
{
public enum HandleInheritability
{
None,
Inheritable
}
}