зеркало из
1
0
Форкнуть 0

IOCondition enum should have the Flags attribute

This commit is contained in:
Alp Toker 2006-12-24 08:18:41 +00:00
Родитель c00b383d8c
Коммит 67bb309502
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -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.