* Form.cs: Make the fix for #80775 windows-only (fixes #81957).
[mono.git] / mcs / errors / cs0188.xml
1 <?xml version="1.0" encoding="iso-8859-1" ?>
2
3 <ErrorDetails>
4         <Summary>
5                 <p>
6                         Before a constructor can call any instance
7                         methods it must initialize all of its fields. 
8                 </p>
9         </Summary>
10         <Details>
11                 <p>No instance member function can be called until all
12                 fields of the struct being constructed have been
13                 definitely assigned.
14                 </p>
15
16                 <p>See the ECMA 334 specification, section 18.3.8 for
17                 details on the constructor differences between structs
18                 and classes. 
19                 </p>
20         </Details>
21 </ErrorDetails>