Esempio n. 1
0
 /// <summary>
 /// Creates a new structure type that implements array functionality.
 /// </summary>
 /// <param name="elementType">The element type.</param>
 /// <param name="dimension">The array dimension.</param>
 /// <returns>The created implementation structure type.</returns>
 public StructureType CreateArrayImplementationType(TypeNode elementType, int dimension) =>
 TypeContext.CreateArrayImplementationType(elementType, dimension);