2010-04-03 Jb Evain <jbevain@novell.com>
[mcs.git] / errors / cs0666.xml
blob83e643a7f1a2aa058154b1838ad890aac40c1e80
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2 <ErrorDetails>
3         <Summary>
4                 <p>
5                         It is not permissable to have a protected member 
6                         inside a struct.
7                 </p>
8         </Summary>
9         <Details>
10                 <p>
11                         As structs are implicitly declared as <b>sealed</b> they
12                         can not have protected members. Usually you can fix this
13                         error by changing the scope of the variable.
14                 </p>
15         </Details>
16 </ErrorDetails>