View Single Post
Old 04-15-2008, 02:49 PM   #13 (permalink)
Killamus
Forum Expert
 
Join Date: Dec 2003
Location: Sitting in a chair fulfilling my life's goal
Age: 22
Posts: 2,650
Send a message via AIM to Killamus Send a message via MSN to Killamus
Default

So a pointer to a function would be something like
Code:
public virtual void* MethodName(params)
{
Methods();
return;
}
Also, why is it unsafe to do pointers in C#?
__________________
Procrastinators unite!
Tomorrow.
Saying that Java is nice because it works on all OS's is like saying that anal sex is nice because it works on all genders.
Killamus is offline   Reply With Quote