using System;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Contains methods for converting objects.
// Token: 0x0200021D RID: 541
[Token(Token = "0x200021D")]
public static class IntrospectionExtensions
{
/// Returns the representation of the specified type.
/// The type to convert.
/// The converted object.
// Token: 0x060013D1 RID: 5073 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x60013D1")]
[Address(RVA = "0x2A082F0", Offset = "0x2A070F0", VA = "0x182A082F0")]
public static TypeInfo GetTypeInfo(this Type type)
{
return null;
}
}
}