Creates the empty delegate of the given type in non-generic fashion.
Declaring type: EmptyDelegateFactory
Namespace: Zyan.Communication.Delegates
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public static Delegate CreateEmptyDelegate (
        Type delegateType
) 
Parameters
delegateType
Type of the delegate.
Return Value
A fresh copy of the empty delegate.