In ilasm/tests:
[mcs.git] / errors / cs0666.xml
blobaa6d6b6a43de83e8573887502e2665dc80f8e486
1 <ErrorDetails>
2         <Summary>
3                 <p>
4                         It is not permissable to have a protected member 
5                         inside a struct.
6                 </p>
7         </Summary>
8         <Details>
9                 <p>
10                         As structs are implicitly declared as <b>sealed</b> they
11                         can not have protected members. Usually you can fix this
12                         error by changing the scope of the variable.
13                 </p>
14         </Details>
15 </ErrorDetails>