Beispiel #1
0
 internal TargetArrayObject(TargetArrayType type, TargetLocation location)
     : base(type, location)
 {
     this.Type = type;
     this.Rank = type.Rank;
 }
Beispiel #2
0
 internal TargetArrayObject(TargetArrayType type, TargetLocation location)
     : base(type, location)
 {
     this.Type = type;
     this.Rank = type.Rank;
 }