Please, can someone explain me in the example 1:
http://www.tutorialspoint.com/csharp/csharp_events.htm
is "value" a kind of keyword and why it has no type before?
many thanks!!!
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
ali tuncerPosted Apr 14, 2016, 2:46 AM
it is an integer,
public class EventTest
{
private int value; //declared here
public delegate void NumManipulationHandler();