Class DelegateUtility
Delegate utility class.
Namespace: UnityEngine.Rendering
Syntax
public static class DelegateUtility : object
Methods
Cast(Delegate, Type)
Cast a delegate.
Declaration
public static Delegate Cast(Delegate source, Type type)
Parameters
| Type | Name | Description | 
|---|---|---|
| Delegate | source | Source delegate.  | 
| Type | type | Type of the delegate.  | 
Returns
| Type | Description | 
|---|---|
| Delegate | Cast delegate.  |