Exemplo n.º 1
0
		public static TypeInformation Construct(Type type)
		{
			var information = new TypeInformation();
			ConstructTypeInformation(type, information);
			return information;
		}