public static Type ToDynamicType(this TypeDefinition that)
		{
			var ret = new DynamicTypeBuilder(that).Process();
			return ret;
		}
        public static Type ToDynamicType(this TypeDefinition that)
        {
            var ret = new DynamicTypeBuilder(that).Process();

            return(ret);
        }