Inheritance: TargetArrayType
Exemple #1
0
        public NativeArrayObject(NativeArrayType type, TargetLocation location,
					  TargetArrayBounds bounds)
            : base(type, location)
        {
            this.bounds = bounds;
        }
 public NativeArrayObject(NativeArrayType type, TargetLocation location,
                          TargetArrayBounds bounds)
     : base(type, location)
 {
     this.bounds = bounds;
 }