Combines several event filters into one filter.
Declaring type: EventFilter
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static IEventFilter Combine (
        IEventFilter first,
        params IEventFilter[] others
) 
Parameters
first
The first filter.
others
Other event filters.
Return Value

There is no description.