Esempio n. 1
0
 /// <summary>
 /// Resolves the primitive type that corresponds to the given <see cref="BasicValueType"/>.
 /// </summary>
 /// <param name="basicValueType">The basic value type.</param>
 /// <returns>The created primitive type.</returns>
 public PrimitiveType GetPrimitiveType(BasicValueType basicValueType) =>
 TypeContext.GetPrimitiveType(basicValueType);