Creates empty delegates of any given type.
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public class EmptyDelegateFactory  
Collapse/Expand Remarks
An empty delegate is a delegate to a method that does nothing. For example, empty EventHandler delegate is (sender, args) => {}.
Collapse/Expand Members

Click here to see the list of members.