System.Drawing: added email to icon and test file headers
[mono.git] / mcs / class / System / System.IO.Ports / SerialData.cs
1 //\r
2 // System.IO.Ports.SerialData.cs\r
3 //\r
4 // Authors:\r
5 //      Carlos Alberto Cortez (calberto.cortez@gmail.com)\r
6 //\r
7 // (c) Copyright 2006 Novell, Inc. (http://www.novell.com)\r
8 //\r
9 \r
10 #if NET_2_0\r
11 \r
12 namespace System.IO.Ports \r
13 {\r
14         public enum SerialData \r
15         {\r
16                 Chars = 1,\r
17                 Eof\r
18         } \r
19 }\r
20 \r
21 #endif\r
22 \r