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