Interface IEvent
Namespace: Eco.Core.Utils
Assembly: Eco.Core.dll
Syntax
public interface IEvent
Methods
Add(Object)
Declaration
void Add(object entry)
Parameters
Type | Name | Description |
---|---|---|
System.Object | entry |
Clear()
Declaration
void Clear()
Remove(Object)
Declaration
bool Remove(object entry)
Parameters
Type | Name | Description |
---|---|---|
System.Object | entry |
Returns
Type | Description |
---|---|
System.Boolean |