TypeInfo.GetTotalEventCount C# (CSharp) Method

GetTotalEventCount() public method

public GetTotalEventCount ( ) : int
return int
	public int GetTotalEventCount ()
	{
		return GetEventCount () + GetBaseEventCount ();
	}