Hi,
Found thin sin grayed boxes:
[Serializable]
public enum ErrorKind : Enum , IComparable
, IFormattable, IConvertible
The above line feets in two lines (one for [Serializable] and the other one for the rest), but a carriage return is being issued after IComparable.
Regards
Content of grayed box not correctly displayed
-
- Newbie
- Posts: 41
- Joined: Wed Jun 23, 2004 4:00 am
- Location: www.adventurerland.com
- Contact:
-
- Site Admin
- Posts: 1349
- Joined: Thu Jan 01, 1970 12:00 am
- Location: Riudellots de la Selva, Catalonia
- Contact:
Hi Diego,
public enum ErrorKind : Enum {}
in my code here I get this error:
\TeeGofer\SteemaSimpleControlSolution\SteemaSimpleControllLibrary\SimpleControl.cs(12): Type byte, sbyte, short, ushort, int, uint, long, or ulong expected
Are you sure your code snippet is correct?
Mmm, not sure about this one; when I try:Found thin sin grayed boxes:
[Serializable]
public enum ErrorKind : Enum , IComparable
, IFormattable, IConvertible
The above line feets in two lines (one for [Serializable] and the other one for the rest), but a carriage return is being issued after IComparable.
public enum ErrorKind : Enum {}
in my code here I get this error:
\TeeGofer\SteemaSimpleControlSolution\SteemaSimpleControllLibrary\SimpleControl.cs(12): Type byte, sbyte, short, ushort, int, uint, long, or ulong expected
Are you sure your code snippet is correct?
Thank you!
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
Christopher Ireland (Steema crew)
Please be aware of the newsgroup archives:
http://www.teechart.net/support/search.php
http://groups.google.com
http://codenewsfast.com/
-
- Newbie
- Posts: 41
- Joined: Wed Jun 23, 2004 4:00 am
- Location: www.adventurerland.com
- Contact: