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