using System;
using System.Runtime.InteropServices;
using Cpp2IlInjected;
namespace System
{
/// Supports a value type that can be assigned . This class cannot be inherited.
// Token: 0x02000187 RID: 391
[Token(Token = "0x2000187")]
[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: 0x06000F80 RID: 3968 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x6000F80")]
[Address(RVA = "0x2602DC0", Offset = "0x2601BC0", VA = "0x182602DC0")]
public static Type GetUnderlyingType(Type nullableType)
{
return null;
}
}
}