NullableTypes Class Library

NullableInt32.Zero Field

Represents a zero value that can be assigned to an instance of the NullableInt32 structure.

[Visual Basic]
Public Shared ReadOnly Zero As NullableInt32
[C#]
public static readonly NullableInt32 Zero;

Remarks

Zero field is a constant of the NullableInt32 structure.

See Also

NullableInt32 Class | NullableTypes Namespace