mscorlib(4.0.0.0) API with additions
|
This is the complete list of members for System.Nullable< T >, including all inherited members.
Compare< T >(T? n1, T? n2) | System.Nullable< T > | static |
Equals(object other) | System.Nullable< T > | |
Equals< T >(T? n1, T? n2) | System.Nullable< T > | static |
GetHashCode() | System.Nullable< T > | |
GetUnderlyingType(Type nullableType) | System.Nullable< T > | static |
GetValueOrDefault() | System.Nullable< T > | |
GetValueOrDefault(T defaultValue) | System.Nullable< T > | |
HasValue | System.Nullable< T > | |
Nullable(T value) | System.Nullable< T > | |
operator T(T? value) | System.Nullable< T > | explicitstatic |
operator T?(T value) | System.Nullable< T > | static |
ToString() | System.Nullable< T > | |
value (defined in System.Nullable< T >) | System.Nullable< T > | |
Value | System.Nullable< T > |