TypeInfo.GetEventCount C# (CSharp) Méthode

GetEventCount() public méthode

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