Ejemplo n.º 1
0
		public static Type ToDynamicType(this TypeDefinition that)
		{
			var ret = new DynamicTypeBuilder(that).Process();
			return ret;
		}
Ejemplo n.º 2
0
        public static Type ToDynamicType(this TypeDefinition that)
        {
            var ret = new DynamicTypeBuilder(that).Process();

            return(ret);
        }