ECMA-334: 10.4.2 Struct members
Microsoft .NET Framework, ASP.NET, Visual C# (CSharp, C Sharp, C-Sharp) Developer Training, Visual Studio
| C# Language Specification |
| © 2006 ECMA International |
10.4.2 Struct members
The members of a struct are the members declared in the struct and the members inherited from the struct’s
direct base class System.ValueType and the indirect base class object.
The members of a simple type are the members of the struct type aliased by the simple type (§11.1.4).