Inheritance: TargetNullableType
 public MonoNullableObject(MonoNullableType type, TargetLocation location)
     : base(type, location)
 {
     this.Type = type;
 }
Beispiel #2
0
 public MonoNullableObject(MonoNullableType type, TargetLocation location)
     : base(type, location)
 {
     this.Type = type;
 }