M
Michele Santucci
Re all,
I'm a newbie in C# programming, and I'm trying to find a 'nice' solution to
this problem:
I have to initialize a 'matrix' of Cell objects where Cell is an object
class defined by myself
up to now I defined a static method that does the thing but, even if it
works, it doens't look
really nice solution.
Is it possible to overload the 'new' operator of the Cell class to do this?
Best regards,
Mike
I'm a newbie in C# programming, and I'm trying to find a 'nice' solution to
this problem:
I have to initialize a 'matrix' of Cell objects where Cell is an object
class defined by myself
up to now I defined a static method that does the thing but, even if it
works, it doens't look
really nice solution.
Is it possible to overload the 'new' operator of the Cell class to do this?
Best regards,
Mike