[Gambas-user] Gambas bug?

Fabián Flores Vadell fabianfloresvadell at ...626...
Fri Feb 10 21:12:43 CET 2012


2012/2/10 nando <nando_f at ...951...>

> First, what are you trying to do?--
>


I'm trying to find a design pattern that allows me to use the introspective
features of Gambas to avoid the boring work consisting in write (in a
class) the signatures of some methods that belong to one of its
collaborators (that I need to expose).
In this case, I need to expose some methods from an array in my class, but
I don't want to write the wrapper signatures, e.g.:

Public Sub Add(somethig As type)
  myArray.Add(something)
End


Fabián Flores Vadell
www.comoprogramarcongambas.blogspot.com
www.speedbooksargentina.blogspot.com



More information about the User mailing list