TypeInfo.GetEventCount C# (CSharp) Method

GetEventCount() public method

Returns the number of events in this class, not counting base classes.
public GetEventCount ( ) : int
return int
	public int GetEventCount ()
	{
		return Events.Count;
	}