Visual Basic (Declaration)
<SerializableAttribute> _
<CLSCompliantAttribute(False)> _
<ComVisibleAttribute(True)> _
Public Structure UInt32 _
Implements IComparable, IFormattable, IConvertible, IComparable(Of UInteger), _
IEquatable(Of UInteger)
[SerializableAttribute]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public struct UInt32 : IComparable, IFormattable,
IConvertible, IComparable<uint>, IEquatable<uint>
[SerializableAttribute]
[CLSCompliantAttribute(false)]
[ComVisibleAttribute(true)]
public value class UInt32 : IComparable,
IFormattable, IConvertible, IComparable<unsigned int>, IEquatable<unsigned int>
/** @attribute SerializableAttribute */
/** @attribute CLSCompliantAttribute(false) */
/** @attribute ComVisibleAttribute(true) */
public final class UInt32 extends ValueType implements IComparable,
IFormattable, IConvertible, IComparable<UInt32>, IEquatable<UInt32>
JScript supports the use of structures, but not the declaration of new ones.