using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System
{
/// Supports a value type that can be assigned . This class cannot be inherited.
// Token: 0x0200018E RID: 398
[Token(Token = "0x200018E")]
[ComVisible(true)]
public static class Nullable
{
/// Returns the underlying type argument of the specified nullable type.
/// A object that describes a closed generic nullable type.
/// The type argument of the parameter, if the parameter is a closed generic nullable type; otherwise, .
///
/// is .
// Token: 0x06000FB6 RID: 4022 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000FB6")]
[Address(RVA = "0x2D6EAE0", Offset = "0x2D6DAE0", VA = "0x182D6EAE0")]
public static Type GetUnderlyingType(Type nullableType)
{
return null;
}
}
}