Click or drag to resize

SerializedDelegateResolveDelegate Method

This resolves the actual delegate for invoke.

Namespace:  IBM.Watson.DeveloperCloud.Utilities
Assembly:  unity-documentation (in unity-documentation.exe) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public Delegate ResolveDelegate()

Return Value

Type: Delegate
Returns a delegate or null if the delegate can't be resolved.
See Also