overloading myClass[6..8] operator in c++ or c#
josh BAUER
166
Reputation points
I am looking to overload [number1st..number2nd] operator.
I would use it in following way:
myArray1[number1st..number2nd]=myArray2[number3rd..number4th]
I would like to select part of array2 and make it to become part of array1.
Would microsoft make it possible?
Sign in to answer