IOCondition enum should have the Flags attribute
This commit is contained in:
Родитель
c00b383d8c
Коммит
67bb309502
|
@ -190,6 +190,7 @@ namespace NDesk.GLib
|
|||
}
|
||||
|
||||
//A bitwise combination representing a condition to watch for on an event source.
|
||||
[Flags]
|
||||
public enum IOCondition : short
|
||||
{
|
||||
//There is data to read.
|
||||
|
|
Загрузка…
Ссылка в новой задаче