Example #1
0
 public NullableOfTType()
     : base("System.Nullable`1")
 {
     this.Value = new QualifiedProperty(this, nameof(this.HasValue));
 }