what is the code behind a function?

ajax2cel

New member
Joined
Feb 4, 2004
Messages
3
I am using the "rate" function, however, it does not provide all of the functionality I need. Does anyone know how you could see the code behind one of these functions? Or
 
If you want, you could inherit the class that Rate function is a
member of (assuming its not sealed), then overload or override
the method so it does what you want.
 
Back
Top