G
Gawel
Is it possible ? I can't figure out how to do it.
Gawel said:Is it possible ? I can't figure out how to do it.
Gawel said:Is it possible ? I can't figure out how to do it.
Ken Alverson said:Gawel said:Is it possible ? I can't figure out how to do it.
returntype operator[](paramtype p, paramtype2 p2) {
// ...
}
// ...
}
__property int get_List(int index){}
// write-only, 1D
__property void set_List(int index, int value){}
// read-only, 2D
__property int get_List(int index1, int index2){}
// write-only, 2D
__property void set_List(int index1, int index2, int value){}