Re: static function question
- From: "Ignacio Machin \( .NET/ C# MVP \)" <ignacio.machin AT dot.state.fl.us>
- Date: Tue, 19 Apr 2005 08:38:10 -0400
Hi,
Are you refering to how to pass INSTANCE variables from one instance to
other?
I think that you need to post some code to make it clear what you want.
If you want to have access to instance variables from inside a static method
you have to pass those variables as parameters.
cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"juli jul" <juli8024@xxxxxxxxx> wrote in message
news:%239Le9hNRFHA.2252@xxxxxxxxxxxxxxxxxxxxxxx
> Hello!
> If I want to pass some class variable from one class to another : how
> can I do it with the static function?
> I tried but I can't see the class variables in the static function I
> made-are there some other methods to do it?
> Thank you!
>
> *** Sent via Developersdex http://www.developersdex.com ***
.
- References:
- static function question
- From: juli jul
- static function question
- Prev by Date: RE: static function question
- Next by Date: DrawImage problem (not retaining the pixel configuration)
- Previous by thread: RE: static function question
- Next by thread: Re: static function question
- Index(es):
Relevant Pages
|