disable broken tests on net_4_0
[mcs.git] / docs / ecma334 / 10.4.2.xml
blob9ce3752237cf7c9b95e203bb7158f4f77d3f6818
1 <?xml version="1.0"?>
2 <clause number="10.4.2" title="Struct members">
3   <paragraph>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. </paragraph>
4   <paragraph>The members of a simple type correspond directly to the members of the struct type aliased by the simple type: <list><list_item> The members of <keyword>sbyte</keyword> are the members of the System.SByte struct. </list_item><list_item> The members of <keyword>byte</keyword> are the members of the System.Byte struct. </list_item><list_item> The members of <keyword>short</keyword> are the members of the System.Int16 struct. </list_item><list_item> The members of <keyword>ushort</keyword> are the members of the System.UInt16 struct. </list_item><list_item> The members of <keyword>int</keyword> are the members of the System.Int32 struct. </list_item><list_item> The members of <keyword>uint</keyword> are the members of the System.UInt32 struct. </list_item><list_item> The members of <keyword>long</keyword> are the members of the System.Int64 struct. </list_item><list_item> The members of <keyword>ulong</keyword> are the members of the System.UInt64 struct. </list_item><list_item> The members of <keyword>char</keyword> are the members of the System.Char struct. </list_item><list_item> The members of <keyword>float</keyword> are the members of the System.Single struct. </list_item><list_item> The members of <keyword>double</keyword> are the members of the System.Double struct. </list_item><list_item> The members of <keyword>decimal</keyword> are the members of the System.Decimal struct. </list_item><list_item> The members of <keyword>bool</keyword> are the members of the System.Boolean struct. </list_item></list></paragraph>
5 </clause>