using System;
using Cpp2IlInjected;
namespace System.Reflection
{
/// Contains methods for converting objects.
// Token: 0x02000224 RID: 548
[Token(Token = "0x2000224")]
public static class IntrospectionExtensions
{
/// Returns the representation of the specified type.
/// The type to convert.
/// The converted object.
// Token: 0x0600140F RID: 5135 RVA: 0x00002082 File Offset: 0x00000282
[Token(Token = "0x600140F")]
[Address(RVA = "0x30BA140", Offset = "0x30B9140", VA = "0x1830BA140")]
public static TypeInfo GetTypeInfo(this Type type)
{
return null;
}
}
}