Inheritance: TargetNullableType
コード例 #1
0
 public MonoNullableObject(MonoNullableType type, TargetLocation location)
     : base(type, location)
 {
     this.Type = type;
 }
コード例 #2
0
ファイル: MonoNullableObject.cs プロジェクト: baulig/debugger
 public MonoNullableObject(MonoNullableType type, TargetLocation location)
     : base(type, location)
 {
     this.Type = type;
 }