class Nullable

in global :: System

Supports a value type that can be assigned . This class cannot be inherited.


public static Type GetUnderlyingType( Type nullableType )

Returns the underlying type argument of the specified nullable type.

  • nullableType A object that describes a closed generic nullable type.
  • Returns The type argument of the parameter, if the parameter is a closed generic nullable type; otherwise, .

public static int Compare( Nullable<T> n1, Nullable<T> n2 )

😔 No documentation found.

public static bool Equals( Nullable<T> n1, Nullable<T> n2 )

😔 No documentation found.

public static ref T GetValueRefOrDefaultRef( ref Nullable<T> nullable )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.