Пример #1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="MiniZincScalarTypeEntry"/> class with the given scalar type.
 /// </summary>
 /// <param name="scalarType">The scalar type that will be represented by the <see cref="IMiniZincType"/>.</param>
 private MiniZincScalarTypeEntry(MiniZincScalarType scalarType)
 {
     this.ScalarType = scalarType;
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MiniZincScalarTypeEntry"/> class with the given scalar type.
 /// </summary>
 /// <param name="scalarType">The scalar type that will be represented by the <see cref="IMiniZincType"/>.</param>
 private MiniZincScalarTypeEntry(MiniZincScalarType scalarType)
 {
     this.ScalarType = scalarType;
 }