| DelegateUtils Class |
Utility methods for operating on delegates.
Inheritance Hierarchy
Namespace: Slash.Reflection.UtilsAssembly: Slash.Reflection (in Slash.Reflection.dll) Version: 1.0.6018.40175
Syntax public static class DelegateUtils
Public NotInheritable Class DelegateUtils
public ref class DelegateUtils abstract sealed
[<AbstractClassAttribute>]
[<SealedAttribute>]
type DelegateUtils = class end
The DelegateUtils type exposes the following members.
Methods
| Name | Description |
---|
| CreateDelegate |
Creates a delegate of the specified type that represents the
specified instance method to invoke on the passed target object.
|
TopSee Also