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