Exemplo n.º 1
0
 /// <summary>
 /// Initializes a new instance of the <see cref="DemographicsGeometryCRC" /> class.
 /// </summary>
 /// <param name="type">type.</param>
 /// <param name="properties">properties.</param>
 public DemographicsGeometryCRC(string type = default(string), GeometryProperties properties = default(GeometryProperties))
 {
     this.Type       = type;
     this.Properties = properties;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initializes a new instance of the <see cref="PropertyInformationGeometryCRC" /> class.
 /// </summary>
 /// <param name="type">type.</param>
 /// <param name="properties">properties.</param>
 public PropertyInformationGeometryCRC(string type = default(string), GeometryProperties properties = default(GeometryProperties))
 {
     this.Type       = type;
     this.Properties = properties;
 }